Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2021-47178
Vulnerability from cvelistv5
{ containers: { adp: [ { providerMetadata: { dateUpdated: "2024-08-04T05:24:39.944Z", orgId: "af854a3a-2127-422b-91ae-364da2661108", shortName: "CVE", }, references: [ { tags: [ "x_transferred", ], url: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", }, { tags: [ "x_transferred", ], url: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", }, { tags: [ "x_transferred", ], url: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", }, ], title: "CVE Program Container", }, { metrics: [ { other: { content: { id: "CVE-2021-47178", options: [ { Exploitation: "none", }, { Automatable: "no", }, { "Technical Impact": "partial", }, ], role: "CISA Coordinator", timestamp: "2024-09-10T15:54:21.876109Z", version: "2.0.3", }, type: "ssvc", }, }, ], providerMetadata: { dateUpdated: "2024-09-11T17:33:47.925Z", orgId: "134c704f-9b21-4f2e-91b3-4a467353bcc0", shortName: "CISA-ADP", }, title: "CISA ADP Vulnrichment", }, ], cna: { affected: [ { defaultStatus: "unaffected", product: "Linux", programFiles: [ "drivers/target/target_core_transport.c", ], repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", vendor: "Linux", versions: [ { lessThan: "a222d2794c53f8165de20aa91b39e35e4b72bce9", status: "affected", version: "008b936bbde3e87a611b3828a0d5d2a4f99026a0", versionType: "git", }, { lessThan: "a20b6eaf4f35046a429cde57bee7eb5f13d6857f", status: "affected", version: "1526d9f10c6184031e42afad0adbdde1213e8ad1", versionType: "git", }, { lessThan: "70ca3c57ff914113f681e657634f7fbfa68e1ad1", status: "affected", version: "1526d9f10c6184031e42afad0adbdde1213e8ad1", versionType: "git", }, ], }, { defaultStatus: "affected", product: "Linux", programFiles: [ "drivers/target/target_core_transport.c", ], repo: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git", vendor: "Linux", versions: [ { status: "affected", version: "5.11", }, { lessThan: "5.11", status: "unaffected", version: "0", versionType: "semver", }, { lessThanOrEqual: "5.12.*", status: "unaffected", version: "5.12.9", versionType: "semver", }, { lessThanOrEqual: "*", status: "unaffected", version: "5.13", versionType: "original_commit_for_fix", }, ], }, ], cpeApplicability: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", versionEndExcluding: "5.12.9", versionStartIncluding: "5.11", vulnerable: true, }, { criteria: "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", versionEndExcluding: "5.13", versionStartIncluding: "5.11", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], descriptions: [ { lang: "en", value: "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: core: Avoid smp_processor_id() in preemptible code\n\nThe BUG message \"BUG: using smp_processor_id() in preemptible [00000000]\ncode\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\n\nThe message was observed when blktests block/005 was run on TCMU devices\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\n(\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\") triggered the\nsymptom. The commit modified work queue to handle commands and changed\n'current->nr_cpu_allowed' at smp_processor_id() call.\n\nThe message was also observed at system shutdown when TCMU devices were not\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\nwork queue for abort handling, and triggered the BUG message. This symptom\nwas observed regardless of the commit 1130b499b4a7 (\"scsi: target:\ntcm_loop: Use LIO wq cmd submission helper\").\n\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\nraw_smp_processor_id() instead. The CPU ID is used for performance\nimprovement then thread move to other CPU will not affect the code.\n\n[1]\n\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.369617] Call Trace:\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\n[ 57.369628] dump_stack+0x6d/0x89\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\n[ 57.369880] generic_file_read_iter+0x89/0x160\n[ 57.369898] blkdev_read_iter+0x44/0x60\n[ 57.369906] new_sync_read+0x102/0x170\n[ 57.369929] vfs_read+0xd4/0x160\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\n[ 57.369958] do_syscall_64+0x3a/0x70\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.370039] Call Trace:\n[ 57.370045] dump_stack+0x6d/0x89\n[ 57.370056] ch\n---truncated---", }, ], providerMetadata: { dateUpdated: "2025-05-04T07:05:48.692Z", orgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", shortName: "Linux", }, references: [ { url: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", }, { url: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", }, { url: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", }, ], title: "scsi: target: core: Avoid smp_processor_id() in preemptible code", x_generator: { engine: "bippy-1.2.0", }, }, }, cveMetadata: { assignerOrgId: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", assignerShortName: "Linux", cveId: "CVE-2021-47178", datePublished: "2024-03-25T09:16:28.024Z", dateReserved: "2024-03-25T09:12:14.112Z", dateUpdated: "2025-05-04T07:05:48.692Z", state: "PUBLISHED", }, dataType: "CVE_RECORD", dataVersion: "5.1", "vulnerability-lookup:meta": { nvd: "{\"cve\":{\"id\":\"CVE-2021-47178\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-03-25T10:15:09.267\",\"lastModified\":\"2025-03-17T15:20:33.717\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: target: core: Avoid smp_processor_id() in preemptible code\\n\\nThe BUG message \\\"BUG: using smp_processor_id() in preemptible [00000000]\\ncode\\\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\\n\\nThe message was observed when blktests block/005 was run on TCMU devices\\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\\n(\\\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\\\") triggered the\\nsymptom. The commit modified work queue to handle commands and changed\\n'current->nr_cpu_allowed' at smp_processor_id() call.\\n\\nThe message was also observed at system shutdown when TCMU devices were not\\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\\nwork queue for abort handling, and triggered the BUG message. This symptom\\nwas observed regardless of the commit 1130b499b4a7 (\\\"scsi: target:\\ntcm_loop: Use LIO wq cmd submission helper\\\").\\n\\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\\nraw_smp_processor_id() instead. The CPU ID is used for performance\\nimprovement then thread move to other CPU will not affect the code.\\n\\n[1]\\n\\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\\n[ 57.369617] Call Trace:\\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\\n[ 57.369628] dump_stack+0x6d/0x89\\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\\n[ 57.369880] generic_file_read_iter+0x89/0x160\\n[ 57.369898] blkdev_read_iter+0x44/0x60\\n[ 57.369906] new_sync_read+0x102/0x170\\n[ 57.369929] vfs_read+0xd4/0x160\\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\\n[ 57.369958] do_syscall_64+0x3a/0x70\\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\\n[ 57.370039] Call Trace:\\n[ 57.370045] dump_stack+0x6d/0x89\\n[ 57.370056] ch\\n---truncated---\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: scsi: target: core: Evite smp_processor_id() en código interrumpible Se observó el mensaje de ERROR \\\"ERROR: usar smp_processor_id() en código interrumpible [00000000]\\\" para dispositivos TCMU con configuración de kernel DEBUG_PREEMPT. El mensaje se observó cuando se ejecutó blktests block/005 en dispositivos TCMU con backend fileio o usuario:zbc [1]. La confirmación 1130b499b4a7 (\\\"scsi: target: tcm_loop: Use el asistente de envío LIO wq cmd\\\") desencadenó el síntoma. La confirmación modificó la cola de trabajo para manejar comandos y cambió 'current->nr_cpu_allowed' en la llamada a smp_processor_id(). El mensaje también se observó al apagar el sistema cuando los dispositivos TCMU no se limpiaron [2]. La función smp_processor_id() fue llamada en la cola de trabajo del host SCSI para el manejo de abortos y activó el mensaje de ERROR. Este síntoma se observó independientemente de la confirmación 1130b499b4a7 (\\\"scsi: target: tcm_loop: Use el asistente de envío LIO wq cmd\\\"). Para evitar la verificación del código interrumpible en smp_processor_id(), obtenga el ID de la CPU con raw_smp_processor_id() en su lugar. El ID de la CPU se utiliza para mejorar el rendimiento, luego el movimiento del subproceso a otra CPU no afectará el código. [1] [56.468103] ejecute blktests block/005 el 2021-05-12 14:16:38 [57.369473] check_preemption_disabled: 85 devoluciones de llamada suprimidas [57.369480] ERROR: usar smp_processor_id() en código preferente [00000000]: fio/151 1 [ 57.369506] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1510 [57.369512] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1506 [57.369552] la persona que llama es __target_init_cmd+0 x157/0x170 [objetivo_core_mod] [ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34 [ 57.369613] Nombre del hardware: Fabricante del sistema Nombre del producto del sistema/PRIME Z270-A, BIOS 1302 15/03/2018 [ 57.369617] Seguimiento de llamadas : [57.369621] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1507 [57.369628] dump_stack+0x6d/0x89 [57.369642] check_preemption_disabled+0xc8/0xd0 [57.369628] la persona que llama es __ target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod] [ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop] [ 57 .369744] scsi_queue_rq+0x38e/0xc40 [ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0 [ 57.369779 ] blk_mq_try_issue_directly+0x43/0x90 [ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0 [ 57.369812] submit_bio_noacct+0x46e/0x4e0 [ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2 d0 [57.369859]? set_init_blocksize.isra.0+0x60/0x60 [ 57.369880] generic_file_read_iter+0x89/0x160 [ 57.369898] blkdev_read_iter+0x44/0x60 [ 57.369906] new_sync_read+0x102/0x170 [ 57.369929 ] vfs_read+0xd4/0x160 [ 57.369941] __x64_sys_pread64+0x6e/0xa0 [ 57.369946] ? lockdep_hardirqs_on+0x79/0x100 [ 57.369958] do_syscall_64+0x3a/0x70 [ 57.369965] Entry_SYSCALL_64_after_hwframe+0x44/0xae [ 57.369973] RIP: 0033:0x7f7ed4c1399f [ 5 7.369979] Código: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b [ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011 [ 57.369990] RAX: fffffffffffffffda RBX: 00000000015b4540 RCX: 00 007f7ed4c1399f [ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 000000000000000009 [ 57.369996] RBP: 00000000015b4540 R08: 000 0000000000000 R09: 0000000000000001 [ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70 [ 57.370002] R13: 00000000000000000 R14: 000000000000 1000 R15: 00000000015b4568 [57.370031] CPU: 7 PID: 1507 ---truncado---\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-459\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.12.9\",\"matchCriteriaId\":\"2C8A1D02-81A7-44E5-ACFD-CC6A6694F930\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:*\",\"matchCriteriaId\":\"0CBAD0FC-C281-4666-AB2F-F8E6E1165DF7\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:*\",\"matchCriteriaId\":\"96AC23B2-D46A-49D9-8203-8E1BEDCA8532\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:*\",\"matchCriteriaId\":\"DA610E30-717C-4700-9F77-A3C9244F3BFD\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}", vulnrichment: { containers: "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-04T05:24:39.944Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2021-47178\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-10T15:54:21.876109Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-11T12:42:18.789Z\"}}], \"cna\": {\"title\": \"scsi: target: core: Avoid smp_processor_id() in preemptible code\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"008b936bbde3e87a611b3828a0d5d2a4f99026a0\", \"lessThan\": \"a222d2794c53f8165de20aa91b39e35e4b72bce9\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1526d9f10c6184031e42afad0adbdde1213e8ad1\", \"lessThan\": \"a20b6eaf4f35046a429cde57bee7eb5f13d6857f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"1526d9f10c6184031e42afad0adbdde1213e8ad1\", \"lessThan\": \"70ca3c57ff914113f681e657634f7fbfa68e1ad1\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/target/target_core_transport.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.11\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.11\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.12.9\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.12.*\"}, {\"status\": \"unaffected\", \"version\": \"5.13\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/target/target_core_transport.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9\"}, {\"url\": \"https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f\"}, {\"url\": \"https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1\"}], \"x_generator\": {\"engine\": \"bippy-5f407fcff5a0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: target: core: Avoid smp_processor_id() in preemptible code\\n\\nThe BUG message \\\"BUG: using smp_processor_id() in preemptible [00000000]\\ncode\\\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\\n\\nThe message was observed when blktests block/005 was run on TCMU devices\\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\\n(\\\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\\\") triggered the\\nsymptom. The commit modified work queue to handle commands and changed\\n'current->nr_cpu_allowed' at smp_processor_id() call.\\n\\nThe message was also observed at system shutdown when TCMU devices were not\\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\\nwork queue for abort handling, and triggered the BUG message. This symptom\\nwas observed regardless of the commit 1130b499b4a7 (\\\"scsi: target:\\ntcm_loop: Use LIO wq cmd submission helper\\\").\\n\\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\\nraw_smp_processor_id() instead. The CPU ID is used for performance\\nimprovement then thread move to other CPU will not affect the code.\\n\\n[1]\\n\\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\\n[ 57.369617] Call Trace:\\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\\n[ 57.369628] dump_stack+0x6d/0x89\\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\\n[ 57.369880] generic_file_read_iter+0x89/0x160\\n[ 57.369898] blkdev_read_iter+0x44/0x60\\n[ 57.369906] new_sync_read+0x102/0x170\\n[ 57.369929] vfs_read+0xd4/0x160\\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\\n[ 57.369958] do_syscall_64+0x3a/0x70\\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\\n[ 57.370039] Call Trace:\\n[ 57.370045] dump_stack+0x6d/0x89\\n[ 57.370056] ch\\n---truncated---\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-12-19T07:36:52.635Z\"}}}", cveMetadata: "{\"cveId\": \"CVE-2021-47178\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-19T07:36:52.635Z\", \"dateReserved\": \"2024-03-25T09:12:14.112Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-03-25T09:16:28.024Z\", \"assignerShortName\": \"Linux\"}", dataType: "CVE_RECORD", dataVersion: "5.1", }, }, }
icsa-24-165-06
Vulnerability from csaf_cisa
Notes
{ document: { acknowledgments: [ { organization: "Siemens ProductCERT", summary: "reporting these vulnerabilities to CISA.", }, ], category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Disclosure is not limited", tlp: { label: "WHITE", url: "https://us-cert.cisa.gov/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Siemens has released new versions for the affected products and recommends to update to the latest versions.", title: "Summary", }, { category: "general", text: "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", title: "General Recommendations", }, { category: "general", text: "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", title: "Additional Resources", }, { category: "legal_disclaimer", text: "Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", title: "Terms of Use", }, { category: "legal_disclaimer", text: "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", title: "Legal Notice", }, { category: "other", text: "This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.", title: "Advisory Conversion Disclaimer", }, { category: "other", text: "Multiple", title: "Critical infrastructure sectors", }, { category: "other", text: "Worldwide", title: "Countries/areas deployed", }, { category: "other", text: "Germany", title: "Company headquarters location", }, { category: "general", text: "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.", title: "Recommended Practices", }, { category: "general", text: "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.", title: "Recommended Practices", }, { category: "general", text: "Locate control system networks and remote devices behind firewalls and isolate them from business networks.", title: "Recommended Practices", }, { category: "general", text: "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.", title: "Recommended Practices", }, { category: "general", text: "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", title: "Recommended Practices", }, { category: "general", text: "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", title: "Recommended Practices", }, { category: "general", text: "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", title: "Recommended Practices", }, { category: "general", text: "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", title: "Recommended Practices", }, ], publisher: { category: "other", contact_details: "central@cisa.dhs.gov", name: "CISA", namespace: "https://www.cisa.gov/", }, references: [ { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - CSAF Version", url: "https://cert-portal.siemens.com/productcert/csaf/ssa-337522.json", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - HTML Version", url: "https://cert-portal.siemens.com/productcert/html/ssa-337522.html", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - PDF Version", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-337522.pdf", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - TXT Version", url: "https://cert-portal.siemens.com/productcert/txt/ssa-337522.txt", }, { category: "self", summary: "ICS Advisory ICSA-24-165-06 JSON", url: "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-165-06.json", }, { category: "self", summary: "ICS Advisory ICSA-24-165-06 - Web Version", url: "https://www.cisa.gov/news-events/ics-advisories/icsa-24-165-06", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/topics/industrial-control-systems", }, { category: "external", summary: "Recommended Practices", url: "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B", }, ], title: "Siemens TIM 1531 IRC", tracking: { current_release_date: "2024-06-11T00:00:00.000000Z", generator: { engine: { name: "CISA CSAF Generator", version: "1", }, }, id: "ICSA-24-165-06", initial_release_date: "2024-06-11T00:00:00.000000Z", revision_history: [ { date: "2024-06-11T00:00:00.000000Z", legacy_version: "1.0", number: "1", summary: "Publication Date", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", product_id: "CSAFPID-0001", product_identification_helper: { model_numbers: [ "6AG1543-1MX00-7XE0", ], }, }, }, ], category: "product_name", name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", }, { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", product_id: "CSAFPID-0002", product_identification_helper: { model_numbers: [ "6GK7543-1MX00-0XE0", ], }, }, }, ], category: "product_name", name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", }, ], category: "vendor", name: "Siemens", }, ], }, vulnerabilities: [ { cve: "CVE-2021-47178", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smp_processor_id() in preemptible code.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2021-47178", }, { cve: "CVE-2022-1015", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.6, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-1015", }, { cve: "CVE-2022-4304", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "summary", text: "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-4304", }, { cve: "CVE-2022-4450", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-4450", }, { cve: "CVE-2022-39189", cwe: { id: "CWE-311", name: "Missing Encryption of Sensitive Data", }, notes: [ { category: "summary", text: "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-39189", }, { cve: "CVE-2022-40225", cwe: { id: "CWE-681", name: "Incorrect Conversion between Numeric Types", }, notes: [ { category: "summary", text: "Casting an internal value could lead to floating point exception under certain circumstances. This could allow an attacker to cause a denial of service condition on affected devices.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-40225", }, { cve: "CVE-2022-40303", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-40303", }, { cve: "CVE-2022-40304", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-40304", }, { cve: "CVE-2022-45886", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/dvb-core/dvb_net.c has a .disconnect versus dvb_device_open race condition that leads to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-45886", }, { cve: "CVE-2022-45887", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/usb/ttusb-dec/ttusb_dec.c has a memory leak because of the lack of a dvb_frontend_detach call.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-45887", }, { cve: "CVE-2022-45919", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-45919", }, { cve: "CVE-2023-0160", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A deadlock flaw was found in the Linux kernel’s BPF subsystem. This flaw allows a local user to potentially crash the system.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0160", }, { cve: "CVE-2023-0215", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0215", }, { cve: "CVE-2023-0286", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0286", }, { cve: "CVE-2023-0464", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing the `-policy` argument to the command line utilities or by calling the `X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0464", }, { cve: "CVE-2023-0465", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "Applications that use a non-default option when verifying certificates may be\r\nvulnerable to an attack from a malicious CA to circumvent certain checks.\r\n\r\nInvalid certificate policies in leaf certificates are silently ignored by\r\nOpenSSL and other certificate policy checks are skipped for that certificate.\r\nA malicious CA could use this to deliberately assert invalid certificate policies\r\nin order to circumvent policy checking on the certificate altogether.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing\r\nthe `-policy` argument to the command line utilities or by calling the\r\n`X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0465", }, { cve: "CVE-2023-0466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "The function X509_VERIFY_PARAM_add0_policy() is documented to\nimplicitly enable the certificate policy check when doing certificate\nverification. However the implementation of the function does not\nenable the check which allows certificates with invalid or incorrect\npolicies to pass the certificate verification.\n\nAs suddenly enabling the policy check could break existing deployments it was\ndecided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy()\nfunction.\n\nInstead the applications that require OpenSSL to perform certificate\npolicy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly\nenable the policy check by calling X509_VERIFY_PARAM_set_flags() with\nthe X509_V_FLAG_POLICY_CHECK flag argument.\n\nCertificate policy checks are disabled by default in OpenSSL and are not\ncommonly used by applications.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0466", }, { cve: "CVE-2023-1017", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds write vulnerability exists in TPM2.0's Module Library allowing writing of a 2-byte data past the end of TPM2.0 command in the CryptParameterDecryption routine. An attacker who can successfully exploit this vulnerability can lead to denial of service (crashing the TPM chip/process or rendering it unusable) and/or arbitrary code execution in the TPM context.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-1017", }, { cve: "CVE-2023-2124", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds memory access flaw was found in the Linux kernel’s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-2124", }, { cve: "CVE-2023-2269", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-2269", }, { cve: "CVE-2023-21255", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-21255", }, { cve: "CVE-2023-27321", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "summary", text: "This vulnerability is triggered by a malicious client that invokes the ConditionRefresh method on the server which asynchronously executes the call in the background by starting a new thread each time being called. The attack may lead to high load situation and memory exhaustion, and may block the server.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-27321", }, { cve: "CVE-2023-28319", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-28319", }, { cve: "CVE-2023-35788", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35788", }, { cve: "CVE-2023-35823", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35823", }, { cve: "CVE-2023-35824", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35824", }, { cve: "CVE-2023-35828", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35828", }, { cve: "CVE-2023-35829", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in rkvdec_remove in drivers/staging/media/rkvdec/rkvdec.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35829", }, { cve: "CVE-2023-41910", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "summary", text: "An issue was discovered in lldpd before 1.0.17. By crafting a CDP PDU packet with specific CDP_TLV_ADDRESSES TLVs, a malicious actor can remotely force the lldpd daemon to perform an out-of-bounds read on heap memory. This occurs in cdp_decode in daemon/protocols/cdp.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-41910", }, { cve: "CVE-2023-50763", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "summary", text: "The web server of affected products, if configured to allow the import of PKCS12 containers, could end up in an infinite loop when processing incomplete certificate chains.\r\n\r\nThis could allow an authenticated remote attacker to create a denial of service condition by importing specially crafted PKCS12 containers.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-50763", }, { cve: "CVE-2023-52474", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that have multiple payload iovecs where an iovec other than the tail iovec does not run up to the page boundary for the buffer pointed to by that iovec.a Here are the specific bugs: 1. user_sdma_txadd() does not use struct user_sdma_iovec->iov.iov_len. Rather, user_sdma_txadd() will add up to PAGE_SIZE bytes from iovec to the packet, even if some of those bytes are past iovec->iov.iov_len and are thus not intended to be in the packet. 2. user_sdma_txadd() and user_sdma_send_pkts() fail to advance to the next iovec in user_sdma_request->iovs when the current iovec is not PAGE_SIZE and does not contain enough data to complete the packet. The transmitted packet will contain the wrong data from the iovec pages. This has not been an issue with SDMA packets from hfi1 Verbs or PSM2 because they only produce iovecs that end short of PAGE_SIZE as the tail iovec of an SDMA request. Fixing these bugs exposes other bugs with the SDMA pin cache (struct mmu_rb_handler) that get in way of supporting user SDMA requests with multiple payload iovecs whose buffers do not end at PAGE_SIZE. So this commit fixes those issues as well. Here are the mmu_rb_handler bugs that non-PAGE_SIZE-end multi-iovec payload user SDMA requests can hit: 1. Overlapping memory ranges in mmu_rb_handler will result in duplicate pinnings. 2. When extending an existing mmu_rb_handler entry (struct mmu_rb_node), the mmu_rb code (1) removes the existing entry under a lock, (2) releases that lock, pins the new pages, (3) then reacquires the lock to insert the extended mmu_rb_node. If someone else comes in and inserts an overlapping entry between (2) and (3), insert in (3) will fail. The failure path code in this case unpins _all_ pages in either the original mmu_rb_node or the new mmu_rb_node that was inserted between (2) and (3). 3. In hfi1_mmu_rb_remove_unless_exact(), mmu_rb_node->refcount is incremented outside of mmu_rb_handler->lock. As a result, mmu_rb_node could be evicted by another thread that gets mmu_rb_handler->lock and checks mmu_rb_node->refcount before mmu_rb_node->refcount is incremented. 4. Related to #2 above, SDMA request submission failure path does not check mmu_rb_node->refcount before freeing mmu_rb_node object. If there are other SDMA requests in progress whose iovecs have pointers to the now-freed mmu_rb_node(s), those pointers to the now-freed mmu_rb nodes will be dereferenced when those SDMA requests complete.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-52474", }, { cve: "CVE-2024-0775", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "A use-after-free flaw was found in the __ext4_remount in fs/ext4/super.c in ext4 in the Linux kernel. This flaw allows a local user to cause an information leak problem while freeing the old quota file names before a potential failure, leading to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2024-0775", }, ], }
ICSA-24-165-06
Vulnerability from csaf_cisa
Notes
{ document: { acknowledgments: [ { organization: "Siemens ProductCERT", summary: "reporting these vulnerabilities to CISA.", }, ], category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Disclosure is not limited", tlp: { label: "WHITE", url: "https://us-cert.cisa.gov/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "Siemens has released new versions for the affected products and recommends to update to the latest versions.", title: "Summary", }, { category: "general", text: "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", title: "General Recommendations", }, { category: "general", text: "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", title: "Additional Resources", }, { category: "legal_disclaimer", text: "Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", title: "Terms of Use", }, { category: "legal_disclaimer", text: "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.", title: "Legal Notice", }, { category: "other", text: "This CISA CSAF advisory was converted from Siemens ProductCERT's CSAF advisory.", title: "Advisory Conversion Disclaimer", }, { category: "other", text: "Multiple", title: "Critical infrastructure sectors", }, { category: "other", text: "Worldwide", title: "Countries/areas deployed", }, { category: "other", text: "Germany", title: "Company headquarters location", }, { category: "general", text: "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.", title: "Recommended Practices", }, { category: "general", text: "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.", title: "Recommended Practices", }, { category: "general", text: "Locate control system networks and remote devices behind firewalls and isolate them from business networks.", title: "Recommended Practices", }, { category: "general", text: "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.", title: "Recommended Practices", }, { category: "general", text: "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.", title: "Recommended Practices", }, { category: "general", text: "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.", title: "Recommended Practices", }, { category: "general", text: "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.", title: "Recommended Practices", }, { category: "general", text: "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.", title: "Recommended Practices", }, ], publisher: { category: "other", contact_details: "central@cisa.dhs.gov", name: "CISA", namespace: "https://www.cisa.gov/", }, references: [ { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - CSAF Version", url: "https://cert-portal.siemens.com/productcert/csaf/ssa-337522.json", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - HTML Version", url: "https://cert-portal.siemens.com/productcert/html/ssa-337522.html", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - PDF Version", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-337522.pdf", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - TXT Version", url: "https://cert-portal.siemens.com/productcert/txt/ssa-337522.txt", }, { category: "self", summary: "ICS Advisory ICSA-24-165-06 JSON", url: "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2024/icsa-24-165-06.json", }, { category: "self", summary: "ICS Advisory ICSA-24-165-06 - Web Version", url: "https://www.cisa.gov/news-events/ics-advisories/icsa-24-165-06", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/topics/industrial-control-systems", }, { category: "external", summary: "Recommended Practices", url: "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf", }, { category: "external", summary: "Recommended Practices", url: "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B", }, ], title: "Siemens TIM 1531 IRC", tracking: { current_release_date: "2024-06-11T00:00:00.000000Z", generator: { engine: { name: "CISA CSAF Generator", version: "1", }, }, id: "ICSA-24-165-06", initial_release_date: "2024-06-11T00:00:00.000000Z", revision_history: [ { date: "2024-06-11T00:00:00.000000Z", legacy_version: "1.0", number: "1", summary: "Publication Date", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", product_id: "CSAFPID-0001", product_identification_helper: { model_numbers: [ "6AG1543-1MX00-7XE0", ], }, }, }, ], category: "product_name", name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", }, { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", product_id: "CSAFPID-0002", product_identification_helper: { model_numbers: [ "6GK7543-1MX00-0XE0", ], }, }, }, ], category: "product_name", name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", }, ], category: "vendor", name: "Siemens", }, ], }, vulnerabilities: [ { cve: "CVE-2021-47178", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smp_processor_id() in preemptible code.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2021-47178", }, { cve: "CVE-2022-1015", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.6, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-1015", }, { cve: "CVE-2022-4304", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "summary", text: "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-4304", }, { cve: "CVE-2022-4450", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-4450", }, { cve: "CVE-2022-39189", cwe: { id: "CWE-311", name: "Missing Encryption of Sensitive Data", }, notes: [ { category: "summary", text: "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-39189", }, { cve: "CVE-2022-40225", cwe: { id: "CWE-681", name: "Incorrect Conversion between Numeric Types", }, notes: [ { category: "summary", text: "Casting an internal value could lead to floating point exception under certain circumstances. This could allow an attacker to cause a denial of service condition on affected devices.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-40225", }, { cve: "CVE-2022-40303", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-40303", }, { cve: "CVE-2022-40304", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-40304", }, { cve: "CVE-2022-45886", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/dvb-core/dvb_net.c has a .disconnect versus dvb_device_open race condition that leads to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-45886", }, { cve: "CVE-2022-45887", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/usb/ttusb-dec/ttusb_dec.c has a memory leak because of the lack of a dvb_frontend_detach call.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-45887", }, { cve: "CVE-2022-45919", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2022-45919", }, { cve: "CVE-2023-0160", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A deadlock flaw was found in the Linux kernel’s BPF subsystem. This flaw allows a local user to potentially crash the system.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0160", }, { cve: "CVE-2023-0215", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0215", }, { cve: "CVE-2023-0286", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0286", }, { cve: "CVE-2023-0464", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing the `-policy` argument to the command line utilities or by calling the `X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0464", }, { cve: "CVE-2023-0465", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "Applications that use a non-default option when verifying certificates may be\r\nvulnerable to an attack from a malicious CA to circumvent certain checks.\r\n\r\nInvalid certificate policies in leaf certificates are silently ignored by\r\nOpenSSL and other certificate policy checks are skipped for that certificate.\r\nA malicious CA could use this to deliberately assert invalid certificate policies\r\nin order to circumvent policy checking on the certificate altogether.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing\r\nthe `-policy` argument to the command line utilities or by calling the\r\n`X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0465", }, { cve: "CVE-2023-0466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "The function X509_VERIFY_PARAM_add0_policy() is documented to\nimplicitly enable the certificate policy check when doing certificate\nverification. However the implementation of the function does not\nenable the check which allows certificates with invalid or incorrect\npolicies to pass the certificate verification.\n\nAs suddenly enabling the policy check could break existing deployments it was\ndecided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy()\nfunction.\n\nInstead the applications that require OpenSSL to perform certificate\npolicy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly\nenable the policy check by calling X509_VERIFY_PARAM_set_flags() with\nthe X509_V_FLAG_POLICY_CHECK flag argument.\n\nCertificate policy checks are disabled by default in OpenSSL and are not\ncommonly used by applications.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-0466", }, { cve: "CVE-2023-1017", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds write vulnerability exists in TPM2.0's Module Library allowing writing of a 2-byte data past the end of TPM2.0 command in the CryptParameterDecryption routine. An attacker who can successfully exploit this vulnerability can lead to denial of service (crashing the TPM chip/process or rendering it unusable) and/or arbitrary code execution in the TPM context.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-1017", }, { cve: "CVE-2023-2124", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds memory access flaw was found in the Linux kernel’s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-2124", }, { cve: "CVE-2023-2269", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-2269", }, { cve: "CVE-2023-21255", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-21255", }, { cve: "CVE-2023-27321", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "summary", text: "This vulnerability is triggered by a malicious client that invokes the ConditionRefresh method on the server which asynchronously executes the call in the background by starting a new thread each time being called. The attack may lead to high load situation and memory exhaustion, and may block the server.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-27321", }, { cve: "CVE-2023-28319", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-28319", }, { cve: "CVE-2023-35788", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35788", }, { cve: "CVE-2023-35823", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35823", }, { cve: "CVE-2023-35824", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35824", }, { cve: "CVE-2023-35828", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35828", }, { cve: "CVE-2023-35829", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in rkvdec_remove in drivers/staging/media/rkvdec/rkvdec.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-35829", }, { cve: "CVE-2023-41910", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "summary", text: "An issue was discovered in lldpd before 1.0.17. By crafting a CDP PDU packet with specific CDP_TLV_ADDRESSES TLVs, a malicious actor can remotely force the lldpd daemon to perform an out-of-bounds read on heap memory. This occurs in cdp_decode in daemon/protocols/cdp.c.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-41910", }, { cve: "CVE-2023-50763", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "summary", text: "The web server of affected products, if configured to allow the import of PKCS12 containers, could end up in an infinite loop when processing incomplete certificate chains.\r\n\r\nThis could allow an authenticated remote attacker to create a denial of service condition by importing specially crafted PKCS12 containers.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-50763", }, { cve: "CVE-2023-52474", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that have multiple payload iovecs where an iovec other than the tail iovec does not run up to the page boundary for the buffer pointed to by that iovec.a Here are the specific bugs: 1. user_sdma_txadd() does not use struct user_sdma_iovec->iov.iov_len. Rather, user_sdma_txadd() will add up to PAGE_SIZE bytes from iovec to the packet, even if some of those bytes are past iovec->iov.iov_len and are thus not intended to be in the packet. 2. user_sdma_txadd() and user_sdma_send_pkts() fail to advance to the next iovec in user_sdma_request->iovs when the current iovec is not PAGE_SIZE and does not contain enough data to complete the packet. The transmitted packet will contain the wrong data from the iovec pages. This has not been an issue with SDMA packets from hfi1 Verbs or PSM2 because they only produce iovecs that end short of PAGE_SIZE as the tail iovec of an SDMA request. Fixing these bugs exposes other bugs with the SDMA pin cache (struct mmu_rb_handler) that get in way of supporting user SDMA requests with multiple payload iovecs whose buffers do not end at PAGE_SIZE. So this commit fixes those issues as well. Here are the mmu_rb_handler bugs that non-PAGE_SIZE-end multi-iovec payload user SDMA requests can hit: 1. Overlapping memory ranges in mmu_rb_handler will result in duplicate pinnings. 2. When extending an existing mmu_rb_handler entry (struct mmu_rb_node), the mmu_rb code (1) removes the existing entry under a lock, (2) releases that lock, pins the new pages, (3) then reacquires the lock to insert the extended mmu_rb_node. If someone else comes in and inserts an overlapping entry between (2) and (3), insert in (3) will fail. The failure path code in this case unpins _all_ pages in either the original mmu_rb_node or the new mmu_rb_node that was inserted between (2) and (3). 3. In hfi1_mmu_rb_remove_unless_exact(), mmu_rb_node->refcount is incremented outside of mmu_rb_handler->lock. As a result, mmu_rb_node could be evicted by another thread that gets mmu_rb_handler->lock and checks mmu_rb_node->refcount before mmu_rb_node->refcount is incremented. 4. Related to #2 above, SDMA request submission failure path does not check mmu_rb_node->refcount before freeing mmu_rb_node object. If there are other SDMA requests in progress whose iovecs have pointers to the now-freed mmu_rb_node(s), those pointers to the now-freed mmu_rb nodes will be dereferenced when those SDMA requests complete.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2023-52474", }, { cve: "CVE-2024-0775", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "A use-after-free flaw was found in the __ext4_remount in fs/ext4/super.c in ext4 in the Linux kernel. This flaw allows a local user to cause an information leak problem while freeing the old quota file names before a potential failure, leading to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "CSAFPID-0001", "CSAFPID-0002", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "CSAFPID-0001", "CSAFPID-0002", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "CSAFPID-0001", "CSAFPID-0002", ], }, ], title: "CVE-2024-0775", }, ], }
ghsa-vmqf-grh3-9rrr
Vulnerability from github
In the Linux kernel, the following vulnerability has been resolved:
scsi: target: core: Avoid smp_processor_id() in preemptible code
The BUG message "BUG: using smp_processor_id() in preemptible [00000000] code" was observed for TCMU devices with kernel config DEBUG_PREEMPT.
The message was observed when blktests block/005 was run on TCMU devices with fileio backend or user:zbc backend [1]. The commit 1130b499b4a7 ("scsi: target: tcm_loop: Use LIO wq cmd submission helper") triggered the symptom. The commit modified work queue to handle commands and changed 'current->nr_cpu_allowed' at smp_processor_id() call.
The message was also observed at system shutdown when TCMU devices were not cleaned up [2]. The function smp_processor_id() was called in SCSI host work queue for abort handling, and triggered the BUG message. This symptom was observed regardless of the commit 1130b499b4a7 ("scsi: target: tcm_loop: Use LIO wq cmd submission helper").
To avoid the preemptible code check at smp_processor_id(), get CPU ID with raw_smp_processor_id() instead. The CPU ID is used for performance improvement then thread move to other CPU will not affect the code.
[1]
[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38 [ 57.369473] check_preemption_disabled: 85 callbacks suppressed [ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511 [ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510 [ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506 [ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34 [ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018 [ 57.369617] Call Trace: [ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507 [ 57.369628] dump_stack+0x6d/0x89 [ 57.369642] check_preemption_disabled+0xc8/0xd0 [ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod] [ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop] [ 57.369744] scsi_queue_rq+0x38e/0xc40 [ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0 [ 57.369779] blk_mq_try_issue_directly+0x43/0x90 [ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0 [ 57.369812] submit_bio_noacct+0x46e/0x4e0 [ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0 [ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60 [ 57.369880] generic_file_read_iter+0x89/0x160 [ 57.369898] blkdev_read_iter+0x44/0x60 [ 57.369906] new_sync_read+0x102/0x170 [ 57.369929] vfs_read+0xd4/0x160 [ 57.369941] __x64_sys_pread64+0x6e/0xa0 [ 57.369946] ? lockdep_hardirqs_on+0x79/0x100 [ 57.369958] do_syscall_64+0x3a/0x70 [ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 57.369973] RIP: 0033:0x7f7ed4c1399f [ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b [ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011 [ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f [ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009 [ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001 [ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70 [ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568 [ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34 [ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018 [ 57.370039] Call Trace: [ 57.370045] dump_stack+0x6d/0x89 [ 57.370056] ch ---truncated---
{ affected: [], aliases: [ "CVE-2021-47178", ], database_specific: { cwe_ids: [ "CWE-459", ], github_reviewed: false, github_reviewed_at: null, nvd_published_at: "2024-03-25T10:15:09Z", severity: "MODERATE", }, details: "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: core: Avoid smp_processor_id() in preemptible code\n\nThe BUG message \"BUG: using smp_processor_id() in preemptible [00000000]\ncode\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\n\nThe message was observed when blktests block/005 was run on TCMU devices\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\n(\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\") triggered the\nsymptom. The commit modified work queue to handle commands and changed\n'current->nr_cpu_allowed' at smp_processor_id() call.\n\nThe message was also observed at system shutdown when TCMU devices were not\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\nwork queue for abort handling, and triggered the BUG message. This symptom\nwas observed regardless of the commit 1130b499b4a7 (\"scsi: target:\ntcm_loop: Use LIO wq cmd submission helper\").\n\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\nraw_smp_processor_id() instead. The CPU ID is used for performance\nimprovement then thread move to other CPU will not affect the code.\n\n[1]\n\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.369617] Call Trace:\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\n[ 57.369628] dump_stack+0x6d/0x89\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\n[ 57.369880] generic_file_read_iter+0x89/0x160\n[ 57.369898] blkdev_read_iter+0x44/0x60\n[ 57.369906] new_sync_read+0x102/0x170\n[ 57.369929] vfs_read+0xd4/0x160\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\n[ 57.369958] do_syscall_64+0x3a/0x70\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.370039] Call Trace:\n[ 57.370045] dump_stack+0x6d/0x89\n[ 57.370056] ch\n---truncated---", id: "GHSA-vmqf-grh3-9rrr", modified: "2025-03-17T15:31:36Z", published: "2024-03-25T12:30:52Z", references: [ { type: "ADVISORY", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47178", }, { type: "WEB", url: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", }, { type: "WEB", url: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", }, { type: "WEB", url: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", }, ], schema_version: "1.4.0", severity: [ { score: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", type: "CVSS_V3", }, ], }
gsd-2021-47178
Vulnerability from gsd
{ gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2021-47178", ], details: "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: core: Avoid smp_processor_id() in preemptible code\n\nThe BUG message \"BUG: using smp_processor_id() in preemptible [00000000]\ncode\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\n\nThe message was observed when blktests block/005 was run on TCMU devices\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\n(\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\") triggered the\nsymptom. The commit modified work queue to handle commands and changed\n'current->nr_cpu_allowed' at smp_processor_id() call.\n\nThe message was also observed at system shutdown when TCMU devices were not\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\nwork queue for abort handling, and triggered the BUG message. This symptom\nwas observed regardless of the commit 1130b499b4a7 (\"scsi: target:\ntcm_loop: Use LIO wq cmd submission helper\").\n\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\nraw_smp_processor_id() instead. The CPU ID is used for performance\nimprovement then thread move to other CPU will not affect the code.\n\n[1]\n\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.369617] Call Trace:\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\n[ 57.369628] dump_stack+0x6d/0x89\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\n[ 57.369880] generic_file_read_iter+0x89/0x160\n[ 57.369898] blkdev_read_iter+0x44/0x60\n[ 57.369906] new_sync_read+0x102/0x170\n[ 57.369929] vfs_read+0xd4/0x160\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\n[ 57.369958] do_syscall_64+0x3a/0x70\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.370039] Call Trace:\n[ 57.370045] dump_stack+0x6d/0x89\n[ 57.370056] ch\n---truncated---", id: "GSD-2021-47178", modified: "2024-04-03T05:03:55.045343Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "cve@kernel.org", ID: "CVE-2021-47178", STATE: "PUBLIC", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "Linux", version: { version_data: [ { version_affected: "<", version_name: "008b936bbde3", version_value: "a222d2794c53", }, { version_affected: "<", version_name: "1526d9f10c61", version_value: "a20b6eaf4f35", }, { version_value: "not down converted", x_cve_json_5_version_data: { defaultStatus: "affected", versions: [ { status: "affected", version: "5.11", }, { lessThan: "5.11", status: "unaffected", version: "0", versionType: "custom", }, { lessThanOrEqual: "5.12.*", status: "unaffected", version: "5.12.9", versionType: "custom", }, { lessThanOrEqual: "*", status: "unaffected", version: "5.13", versionType: "original_commit_for_fix", }, ], }, }, ], }, }, ], }, vendor_name: "Linux", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: core: Avoid smp_processor_id() in preemptible code\n\nThe BUG message \"BUG: using smp_processor_id() in preemptible [00000000]\ncode\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\n\nThe message was observed when blktests block/005 was run on TCMU devices\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\n(\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\") triggered the\nsymptom. The commit modified work queue to handle commands and changed\n'current->nr_cpu_allowed' at smp_processor_id() call.\n\nThe message was also observed at system shutdown when TCMU devices were not\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\nwork queue for abort handling, and triggered the BUG message. This symptom\nwas observed regardless of the commit 1130b499b4a7 (\"scsi: target:\ntcm_loop: Use LIO wq cmd submission helper\").\n\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\nraw_smp_processor_id() instead. The CPU ID is used for performance\nimprovement then thread move to other CPU will not affect the code.\n\n[1]\n\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.369617] Call Trace:\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\n[ 57.369628] dump_stack+0x6d/0x89\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\n[ 57.369880] generic_file_read_iter+0x89/0x160\n[ 57.369898] blkdev_read_iter+0x44/0x60\n[ 57.369906] new_sync_read+0x102/0x170\n[ 57.369929] vfs_read+0xd4/0x160\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\n[ 57.369958] do_syscall_64+0x3a/0x70\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.370039] Call Trace:\n[ 57.370045] dump_stack+0x6d/0x89\n[ 57.370056] ch\n---truncated---", }, ], }, generator: { engine: "bippy-5f0117140d9a", }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "n/a", }, ], }, ], }, references: { reference_data: [ { name: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", refsource: "MISC", url: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", }, { name: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", refsource: "MISC", url: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", }, { name: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", refsource: "MISC", url: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", }, ], }, }, "nvd.nist.gov": { cve: { descriptions: [ { lang: "en", value: "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: core: Avoid smp_processor_id() in preemptible code\n\nThe BUG message \"BUG: using smp_processor_id() in preemptible [00000000]\ncode\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\n\nThe message was observed when blktests block/005 was run on TCMU devices\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\n(\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\") triggered the\nsymptom. The commit modified work queue to handle commands and changed\n'current->nr_cpu_allowed' at smp_processor_id() call.\n\nThe message was also observed at system shutdown when TCMU devices were not\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\nwork queue for abort handling, and triggered the BUG message. This symptom\nwas observed regardless of the commit 1130b499b4a7 (\"scsi: target:\ntcm_loop: Use LIO wq cmd submission helper\").\n\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\nraw_smp_processor_id() instead. The CPU ID is used for performance\nimprovement then thread move to other CPU will not affect the code.\n\n[1]\n\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.369617] Call Trace:\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\n[ 57.369628] dump_stack+0x6d/0x89\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\n[ 57.369880] generic_file_read_iter+0x89/0x160\n[ 57.369898] blkdev_read_iter+0x44/0x60\n[ 57.369906] new_sync_read+0x102/0x170\n[ 57.369929] vfs_read+0xd4/0x160\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\n[ 57.369958] do_syscall_64+0x3a/0x70\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.370039] Call Trace:\n[ 57.370045] dump_stack+0x6d/0x89\n[ 57.370056] ch\n---truncated---", }, { lang: "es", value: "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: scsi: target: core: Evite smp_processor_id() en código interrumpible Se observó el mensaje de ERROR \"ERROR: usar smp_processor_id() en código interrumpible [00000000]\" para dispositivos TCMU con configuración de kernel DEBUG_PREEMPT. El mensaje se observó cuando se ejecutó blktests block/005 en dispositivos TCMU con backend fileio o usuario:zbc [1]. La confirmación 1130b499b4a7 (\"scsi: target: tcm_loop: Use el asistente de envío LIO wq cmd\") desencadenó el síntoma. La confirmación modificó la cola de trabajo para manejar comandos y cambió 'current->nr_cpu_allowed' en la llamada a smp_processor_id(). El mensaje también se observó al apagar el sistema cuando los dispositivos TCMU no se limpiaron [2]. La función smp_processor_id() fue llamada en la cola de trabajo del host SCSI para el manejo de abortos y activó el mensaje de ERROR. Este síntoma se observó independientemente de la confirmación 1130b499b4a7 (\"scsi: target: tcm_loop: Use el asistente de envío LIO wq cmd\"). Para evitar la verificación del código interrumpible en smp_processor_id(), obtenga el ID de la CPU con raw_smp_processor_id() en su lugar. El ID de la CPU se utiliza para mejorar el rendimiento, luego el movimiento del subproceso a otra CPU no afectará el código. [1] [56.468103] ejecute blktests block/005 el 2021-05-12 14:16:38 [57.369473] check_preemption_disabled: 85 devoluciones de llamada suprimidas [57.369480] ERROR: usar smp_processor_id() en código preferente [00000000]: fio/151 1 [ 57.369506] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1510 [57.369512] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1506 [57.369552] la persona que llama es __target_init_cmd+0 x157/0x170 [objetivo_core_mod] [ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34 [ 57.369613] Nombre del hardware: Fabricante del sistema Nombre del producto del sistema/PRIME Z270-A, BIOS 1302 15/03/2018 [ 57.369617] Seguimiento de llamadas : [57.369621] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1507 [57.369628] dump_stack+0x6d/0x89 [57.369642] check_preemption_disabled+0xc8/0xd0 [57.369628] la persona que llama es __ target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod] [ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop] [ 57 .369744] scsi_queue_rq+0x38e/0xc40 [ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0 [ 57.369779 ] blk_mq_try_issue_directly+0x43/0x90 [ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0 [ 57.369812] submit_bio_noacct+0x46e/0x4e0 [ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2 d0 [57.369859]? set_init_blocksize.isra.0+0x60/0x60 [ 57.369880] generic_file_read_iter+0x89/0x160 [ 57.369898] blkdev_read_iter+0x44/0x60 [ 57.369906] new_sync_read+0x102/0x170 [ 57.369929 ] vfs_read+0xd4/0x160 [ 57.369941] __x64_sys_pread64+0x6e/0xa0 [ 57.369946] ? lockdep_hardirqs_on+0x79/0x100 [ 57.369958] do_syscall_64+0x3a/0x70 [ 57.369965] Entry_SYSCALL_64_after_hwframe+0x44/0xae [ 57.369973] RIP: 0033:0x7f7ed4c1399f [ 5 7.369979] Código: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b [ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011 [ 57.369990] RAX: fffffffffffffffda RBX: 00000000015b4540 RCX: 00 007f7ed4c1399f [ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 000000000000000009 [ 57.369996] RBP: 00000000015b4540 R08: 000 0000000000000 R09: 0000000000000001 [ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70 [ 57.370002] R13: 00000000000000000 R14: 000000000000 1000 R15: 00000000015b4568 [57.370031] CPU: 7 PID: 1507 ---truncado---", }, ], id: "CVE-2021-47178", lastModified: "2024-04-04T14:15:08.850", metrics: {}, published: "2024-03-25T10:15:09.267", references: [ { source: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", url: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", }, { source: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", url: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", }, { source: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", url: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", }, ], sourceIdentifier: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", vulnStatus: "Awaiting Analysis", }, }, }, }
wid-sec-w-2024-0699
Vulnerability from csaf_certbund
Notes
{ 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ür die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { 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 zu erzeugen und einen nicht spezifizierten Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-0699 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0699.json", }, { category: "self", summary: "WID-SEC-2024-0699 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0699", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47136", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47137", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47138", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47139", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47140", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47141", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47142", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47143", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47144", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47145", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47146", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47147", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47148", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47149", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47150", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47151", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47152", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47153", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47154", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47155", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47156", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47157", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47158", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47159", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47160", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47161", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47162", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47163", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47164", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47165", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47166", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47167", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47168", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47169", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47170", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47171", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47172", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47173", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47174", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47175", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47176", }, { 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: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: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:1648-2 vom 2024-05-21", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018572.html", }, { 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: "Red Hat Security Advisory RHSA-2024:3618 vom 2024-06-05", url: "https://access.redhat.com/errata/RHSA-2024:3618", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:3627 vom 2024-06-05", url: "https://access.redhat.com/errata/RHSA-2024:3627", }, { 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: "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: "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: "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: "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:2493-1 vom 2024-07-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018984.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2561-1 vom 2024-07-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019001.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: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: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:1489-1 vom 2024-08-19", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/D5LYDXV5ACGHUYO5XWLWD5VAOA5HLJ7U/", }, { category: "external", summary: "Ubuntu Security Notice USN-6976-1 vom 2024-08-22", url: "https://ubuntu.com/security/notices/USN-6976-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: "Red Hat Security Advisory RHSA-2024:6297 vom 2024-09-04", url: "https://access.redhat.com/errata/RHSA-2024:6297", }, { 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: "SUSE Security Update SUSE-SU-2024:4100-1 vom 2024-11-28", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019864.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4367-1 vom 2024-12-17", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020025.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0034-1 vom 2025-01-08", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020071.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0035-1 vom 2025-01-08", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020070.html", }, ], source_lang: "en-US", title: "Linux-Kernel: Mehrere Schwachstellen ermöglichen Denial of Service und unspezifische Angriffe", tracking: { current_release_date: "2025-01-08T23:00:00.000+00:00", generator: { date: "2025-01-09T09:21:01.807+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-0699", initial_release_date: "2024-03-24T23:00:00.000+00:00", revision_history: [ { date: "2024-03-24T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-04-28T22:00:00.000+00:00", number: "2", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-05-14T22:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-05-21T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-05-30T22:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-06-04T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-06-06T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-06-10T22:00:00.000+00:00", number: "8", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-06-11T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-06-24T22:00:00.000+00:00", number: "10", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-02T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-07-15T22:00:00.000+00:00", number: "12", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-18T22:00:00.000+00:00", number: "13", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-31T22:00:00.000+00:00", number: "14", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-05T22:00:00.000+00:00", number: "15", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-08-14T22:00:00.000+00:00", number: "16", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-19T22:00:00.000+00:00", number: "17", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-21T22:00:00.000+00:00", number: "18", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-09-02T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-04T22:00:00.000+00:00", number: "20", summary: "Neue Updates von Red Hat und ORACLE aufgenommen", }, { date: "2024-09-23T22:00:00.000+00:00", number: "21", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-11-28T23:00:00.000+00:00", number: "22", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-12-17T23:00:00.000+00:00", number: "23", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2025-01-08T23:00:00.000+00:00", number: "24", summary: "Neue Updates von SUSE aufgenommen", }, ], status: "final", version: "24", }, }, product_tree: { branches: [ { 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_range", name: "<19.11", product: { name: "Dell NetWorker <19.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_range", name: "<10.1.16.3", product: { name: "IBM Spectrum Protect Plus <10.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: "T033646", 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: "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-2021-47136", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47136", }, { cve: "CVE-2021-47137", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47137", }, { cve: "CVE-2021-47138", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47138", }, { cve: "CVE-2021-47139", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47139", }, { cve: "CVE-2021-47140", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47140", }, { cve: "CVE-2021-47141", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47141", }, { cve: "CVE-2021-47142", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47142", }, { cve: "CVE-2021-47143", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47143", }, { cve: "CVE-2021-47144", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47144", }, { cve: "CVE-2021-47145", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47145", }, { cve: "CVE-2021-47146", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47146", }, { cve: "CVE-2021-47147", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47147", }, { cve: "CVE-2021-47148", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47148", }, { cve: "CVE-2021-47149", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47149", }, { cve: "CVE-2021-47150", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47150", }, { cve: "CVE-2021-47151", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47151", }, { cve: "CVE-2021-47152", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47152", }, { cve: "CVE-2021-47153", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47153", }, { cve: "CVE-2021-47158", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47158", }, { cve: "CVE-2021-47159", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47159", }, { cve: "CVE-2021-47160", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47160", }, { cve: "CVE-2021-47161", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47161", }, { cve: "CVE-2021-47162", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47162", }, { cve: "CVE-2021-47163", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47163", }, { cve: "CVE-2021-47164", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47164", }, { cve: "CVE-2021-47165", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47165", }, { cve: "CVE-2021-47166", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47166", }, { cve: "CVE-2021-47167", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47167", }, { cve: "CVE-2021-47168", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47168", }, { cve: "CVE-2021-47169", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47169", }, { cve: "CVE-2021-47170", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47170", }, { cve: "CVE-2021-47171", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47171", }, { cve: "CVE-2021-47172", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47172", }, { cve: "CVE-2021-47173", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47173", }, { cve: "CVE-2021-47174", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47174", }, { cve: "CVE-2021-47175", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47175", }, { cve: "CVE-2021-47176", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47176", }, { cve: "CVE-2021-47177", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47177", }, { cve: "CVE-2021-47178", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47178", }, { cve: "CVE-2021-47179", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47179", }, { cve: "CVE-2021-47180", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47180", }, ], }
WID-SEC-W-2024-0699
Vulnerability from csaf_certbund
Notes
{ 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ür die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.", }, { 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 zu erzeugen und einen nicht spezifizierten Angriff durchzuführen.", title: "Angriff", }, { category: "general", text: "- Linux", title: "Betroffene Betriebssysteme", }, ], publisher: { category: "other", contact_details: "csaf-provider@cert-bund.de", name: "Bundesamt für Sicherheit in der Informationstechnik", namespace: "https://www.bsi.bund.de", }, references: [ { category: "self", summary: "WID-SEC-W-2024-0699 - CSAF Version", url: "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0699.json", }, { category: "self", summary: "WID-SEC-2024-0699 - Portal Version", url: "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0699", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47136", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47137", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47138", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47139", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47140", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47141", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47142", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47143", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47144", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47145", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47146", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47147", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47148", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47149", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47150", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47151", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47152", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47153", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47154", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47155", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47156", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47157", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47158", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47159", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47160", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47161", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47162", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47163", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47164", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47165", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47166", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47167", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47168", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47169", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47170", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47171", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47172", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47173", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47174", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47175", }, { category: "external", summary: "NIST Vulnerability Database vom 2024-03-24", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47176", }, { 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: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: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:1648-2 vom 2024-05-21", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018572.html", }, { 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: "Red Hat Security Advisory RHSA-2024:3618 vom 2024-06-05", url: "https://access.redhat.com/errata/RHSA-2024:3618", }, { category: "external", summary: "Red Hat Security Advisory RHSA-2024:3627 vom 2024-06-05", url: "https://access.redhat.com/errata/RHSA-2024:3627", }, { 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: "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: "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: "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: "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:2493-1 vom 2024-07-16", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/018984.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:2561-1 vom 2024-07-18", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019001.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: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: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:1489-1 vom 2024-08-19", url: "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/D5LYDXV5ACGHUYO5XWLWD5VAOA5HLJ7U/", }, { category: "external", summary: "Ubuntu Security Notice USN-6976-1 vom 2024-08-22", url: "https://ubuntu.com/security/notices/USN-6976-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: "Red Hat Security Advisory RHSA-2024:6297 vom 2024-09-04", url: "https://access.redhat.com/errata/RHSA-2024:6297", }, { 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: "SUSE Security Update SUSE-SU-2024:4100-1 vom 2024-11-28", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019864.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2024:4367-1 vom 2024-12-17", url: "https://lists.suse.com/pipermail/sle-security-updates/2024-December/020025.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0034-1 vom 2025-01-08", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020071.html", }, { category: "external", summary: "SUSE Security Update SUSE-SU-2025:0035-1 vom 2025-01-08", url: "https://lists.suse.com/pipermail/sle-security-updates/2025-January/020070.html", }, ], source_lang: "en-US", title: "Linux-Kernel: Mehrere Schwachstellen ermöglichen Denial of Service und unspezifische Angriffe", tracking: { current_release_date: "2025-01-08T23:00:00.000+00:00", generator: { date: "2025-01-09T09:21:01.807+00:00", engine: { name: "BSI-WID", version: "1.3.10", }, }, id: "WID-SEC-W-2024-0699", initial_release_date: "2024-03-24T23:00:00.000+00:00", revision_history: [ { date: "2024-03-24T23:00:00.000+00:00", number: "1", summary: "Initiale Fassung", }, { date: "2024-04-28T22:00:00.000+00:00", number: "2", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-05-14T22:00:00.000+00:00", number: "3", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-05-21T22:00:00.000+00:00", number: "4", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-05-30T22:00:00.000+00:00", number: "5", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-06-04T22:00:00.000+00:00", number: "6", summary: "Neue Updates von Red Hat aufgenommen", }, { date: "2024-06-06T22:00:00.000+00:00", number: "7", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-06-10T22:00:00.000+00:00", number: "8", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-06-11T22:00:00.000+00:00", number: "9", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-06-24T22:00:00.000+00:00", number: "10", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-02T22:00:00.000+00:00", number: "11", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-07-15T22:00:00.000+00:00", number: "12", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-18T22:00:00.000+00:00", number: "13", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-07-31T22:00:00.000+00:00", number: "14", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-08-05T22:00:00.000+00:00", number: "15", summary: "Neue Updates von Dell aufgenommen", }, { date: "2024-08-14T22:00:00.000+00:00", number: "16", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-19T22:00:00.000+00:00", number: "17", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-08-21T22:00:00.000+00:00", number: "18", summary: "Neue Updates von Ubuntu aufgenommen", }, { date: "2024-09-02T22:00:00.000+00:00", number: "19", summary: "Neue Updates von Oracle Linux aufgenommen", }, { date: "2024-09-04T22:00:00.000+00:00", number: "20", summary: "Neue Updates von Red Hat und ORACLE aufgenommen", }, { date: "2024-09-23T22:00:00.000+00:00", number: "21", summary: "Neue Updates von IBM aufgenommen", }, { date: "2024-11-28T23:00:00.000+00:00", number: "22", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2024-12-17T23:00:00.000+00:00", number: "23", summary: "Neue Updates von SUSE aufgenommen", }, { date: "2025-01-08T23:00:00.000+00:00", number: "24", summary: "Neue Updates von SUSE aufgenommen", }, ], status: "final", version: "24", }, }, product_tree: { branches: [ { 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_range", name: "<19.11", product: { name: "Dell NetWorker <19.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_range", name: "<10.1.16.3", product: { name: "IBM Spectrum Protect Plus <10.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: "T033646", 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: "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-2021-47136", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47136", }, { cve: "CVE-2021-47137", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47137", }, { cve: "CVE-2021-47138", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47138", }, { cve: "CVE-2021-47139", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47139", }, { cve: "CVE-2021-47140", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47140", }, { cve: "CVE-2021-47141", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47141", }, { cve: "CVE-2021-47142", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47142", }, { cve: "CVE-2021-47143", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47143", }, { cve: "CVE-2021-47144", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47144", }, { cve: "CVE-2021-47145", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47145", }, { cve: "CVE-2021-47146", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47146", }, { cve: "CVE-2021-47147", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47147", }, { cve: "CVE-2021-47148", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47148", }, { cve: "CVE-2021-47149", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47149", }, { cve: "CVE-2021-47150", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47150", }, { cve: "CVE-2021-47151", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47151", }, { cve: "CVE-2021-47152", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47152", }, { cve: "CVE-2021-47153", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47153", }, { cve: "CVE-2021-47158", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47158", }, { cve: "CVE-2021-47159", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47159", }, { cve: "CVE-2021-47160", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47160", }, { cve: "CVE-2021-47161", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47161", }, { cve: "CVE-2021-47162", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47162", }, { cve: "CVE-2021-47163", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47163", }, { cve: "CVE-2021-47164", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47164", }, { cve: "CVE-2021-47165", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47165", }, { cve: "CVE-2021-47166", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47166", }, { cve: "CVE-2021-47167", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47167", }, { cve: "CVE-2021-47168", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47168", }, { cve: "CVE-2021-47169", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47169", }, { cve: "CVE-2021-47170", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47170", }, { cve: "CVE-2021-47171", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47171", }, { cve: "CVE-2021-47172", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47172", }, { cve: "CVE-2021-47173", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47173", }, { cve: "CVE-2021-47174", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47174", }, { cve: "CVE-2021-47175", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47175", }, { cve: "CVE-2021-47176", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47176", }, { cve: "CVE-2021-47177", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47177", }, { cve: "CVE-2021-47178", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47178", }, { cve: "CVE-2021-47179", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47179", }, { cve: "CVE-2021-47180", notes: [ { category: "description", text: "Es bestehen mehrere Schwachstellen im Linux-Kernel. Diese Fehler bestehen in mehreren Komponenten und Subsystemen wie octeontx2-pf oder drm/amdgpu, unter anderem aufgrund mehrerer sicherheitsrelevanter Probleme wie einer NULL-Zeiger-Dereferenz, einem use-after-free oder einem Pufferüberlauf. Ein lokaler Angreifer kann diese Schwachstellen ausnutzen, um einen Denial-of-Service-Zustand herbeizuführen oder einen nicht spezifizierten Angriff durchzuführen.", }, ], product_status: { known_affected: [ "T014381", "T002207", "67646", "T000126", "T033646", "T024663", "T004914", "T035785", "T037795", ], }, release_date: "2024-03-24T23:00:00.000+00:00", title: "CVE-2021-47180", }, ], }
NCSC-2024-0246
Vulnerability from csaf_ncscnl
Notes
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Siemens heeft kwetsbaarheden verholpen in diverse producten, zoals SCALANCE, SICAM, Tecnomatix, SITOP en PowerSys.", title: "Feiten", }, { category: "description", text: "De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:\n\n- Denial-of-Service (DoS)\n- Manipulatie van gegevens\n- Omzeilen van beveiligingsmaatregel\n- (Remote) code execution (Administrator/Root rechten)\n- (Remote) code execution (Gebruikersrechten)\n- Toegang tot systeemgegevens\n- Verhoogde gebruikersrechten\n\nDe kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.\n", title: "Interpretaties", }, { category: "description", text: "Siemens heeft beveiligingsupdates uitgebracht om de kwetsbaarheden te verhelpen. Voor de kwetsbaarheden waar nog geen updates voor zijn, heeft Siemens mitigerende maatregelen gepubliceerd om de risico's zoveel als mogelijk te beperken. Zie de bijgevoegde referenties voor meer informatie.", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "general", text: "Stack-based Buffer Overflow", title: "CWE-121", }, { category: "general", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "general", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, { category: "general", text: "Write-what-where Condition", title: "CWE-123", }, { category: "general", text: "Out-of-bounds Read", title: "CWE-125", }, { category: "general", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, { category: "general", text: "Improper Null Termination", title: "CWE-170", }, { category: "general", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "general", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "general", text: "Improper Input Validation", title: "CWE-20", }, { category: "general", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "general", text: "Improper Privilege Management", title: "CWE-269", }, { category: "general", text: "Improper Authentication", title: "CWE-287", }, { category: "general", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "general", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "general", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, { category: "general", text: "Use of Hard-coded Cryptographic Key", title: "CWE-321", }, { category: "general", text: "Missing Cryptographic Step", title: "CWE-325", }, { category: "general", text: "Inadequate Encryption Strength", title: "CWE-326", }, { category: "general", text: "Use of Weak Hash", title: "CWE-328", }, { category: "general", text: "Use of Insufficiently Random Values", title: "CWE-330", }, { category: "general", text: "Acceptance of Extraneous Untrusted Data With Trusted Data", title: "CWE-349", }, { category: "general", text: "Cross-Site Request Forgery (CSRF)", title: "CWE-352", }, { category: "general", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, { category: "general", text: "Creation of Temporary File in Directory with Insecure Permissions", title: "CWE-379", }, { category: "general", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "general", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Double Free", title: "CWE-415", }, { category: "general", text: "Use After Free", title: "CWE-416", }, { category: "general", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "general", text: "Insufficiently Protected Credentials", title: "CWE-522", }, { category: "general", text: "Unsynchronized Access to Shared Data in a Multithreaded Context", title: "CWE-567", }, { category: "general", text: "Insufficient Session Expiration", title: "CWE-613", }, { category: "general", text: "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute", title: "CWE-614", }, { category: "general", text: "Improper Control of a Resource Through its Lifetime", title: "CWE-664", }, { category: "general", text: "Improper Locking", title: "CWE-667", }, { category: "general", text: "Incorrect Type Conversion or Cast", title: "CWE-704", }, { category: "general", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, { category: "general", text: "Exposed Dangerous Method or Function", title: "CWE-749", }, { category: "general", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, { category: "general", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, { category: "general", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, { category: "general", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "general", text: "Deadlock", title: "CWE-833", }, { category: "general", text: "Excessive Iteration", title: "CWE-834", }, { category: "general", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "general", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, references: [ { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-024584.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-196737.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-238730.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-319319.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-337522.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-341067.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-481506.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-540640.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-620338.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-625862.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-690517.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-879734.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-900277.pdf", }, ], title: "Kwetsbaarheden verholpen in Siemens producten", tracking: { current_release_date: "2024-06-11T13:29:25.912614Z", id: "NCSC-2024-0246", initial_release_date: "2024-06-11T13:29:25.912614Z", revision_history: [ { date: "2024-06-11T13:29:25.912614Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "mendix", product: { name: "mendix", product_id: "CSAFPID-538452", product_identification_helper: { cpe: "cpe:2.3:a:siemens:mendix:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "simatic", product: { name: "simatic", product_id: "CSAFPID-166121", product_identification_helper: { cpe: "cpe:2.3:a:siemens:simatic:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sinec-nms", product: { name: "sinec-nms", product_id: "CSAFPID-163798", product_identification_helper: { cpe: "cpe:2.3:a:siemens:sinec-nms:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "tecnomatix_plant_simulation", product: { name: "tecnomatix_plant_simulation", product_id: "CSAFPID-166120", product_identification_helper: { cpe: "cpe:2.3:a:siemens:tecnomatix_plant_simulation:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "tia_administrator", product: { name: "tia_administrator", product_id: "CSAFPID-766096", product_identification_helper: { cpe: "cpe:2.3:a:siemens:tia_administrator:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "scalance_w700", product: { name: "scalance_w700", product_id: "CSAFPID-1009262", product_identification_helper: { cpe: "cpe:2.3:h:siemens:scalance_w700:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "scalance_xm-400", product: { name: "scalance_xm-400", product_id: "CSAFPID-1014214", product_identification_helper: { cpe: "cpe:2.3:h:siemens:scalance_xm-400:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "scalance_xr-500", product: { name: "scalance_xr-500", product_id: "CSAFPID-1014213", product_identification_helper: { cpe: "cpe:2.3:h:siemens:scalance_xr-500:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sicam_ak_3", product: { name: "sicam_ak_3", product_id: "CSAFPID-1007975", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sicam_ak_3:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sicam_bc", product: { name: "sicam_bc", product_id: "CSAFPID-1007979", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sicam_bc:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sicam_tm", product: { name: "sicam_tm", product_id: "CSAFPID-1007978", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sicam_tm:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "siplus_tim_1531_irc", product: { name: "siplus_tim_1531_irc", product_id: "CSAFPID-1326635", product_identification_helper: { cpe: "cpe:2.3:h:siemens:siplus_tim_1531_irc:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sitop_ups1600", product: { name: "sitop_ups1600", product_id: "CSAFPID-1037908", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sitop_ups1600:-:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "siemens", }, ], }, vulnerabilities: [ { cve: "CVE-2023-28319", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-28319", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28319.json", }, ], title: "CVE-2023-28319", }, { cve: "CVE-2023-28484", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2023-28484", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json", }, ], title: "CVE-2023-28484", }, { cve: "CVE-2023-29331", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-29331", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29331.json", }, ], title: "CVE-2023-29331", }, { cve: "CVE-2023-29469", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Double Free", title: "CWE-415", }, ], references: [ { category: "self", summary: "CVE-2023-29469", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json", }, ], title: "CVE-2023-29469", }, { cve: "CVE-2023-32032", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-32032", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32032.json", }, ], title: "CVE-2023-32032", }, { cve: "CVE-2023-33126", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33126", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33126.json", }, ], title: "CVE-2023-33126", }, { cve: "CVE-2023-33127", cwe: { id: "CWE-1220", name: "Insufficient Granularity of Access Control", }, notes: [ { category: "other", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33127", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33127.json", }, ], title: "CVE-2023-33127", }, { cve: "CVE-2023-33128", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-33128", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33128.json", }, ], title: "CVE-2023-33128", }, { cve: "CVE-2023-33135", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33135", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33135.json", }, ], title: "CVE-2023-33135", }, { cve: "CVE-2023-33170", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33170", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33170.json", }, ], title: "CVE-2023-33170", }, { cve: "CVE-2023-35390", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-35390", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35390.json", }, ], title: "CVE-2023-35390", }, { cve: "CVE-2023-35391", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-35391", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35391.json", }, ], title: "CVE-2023-35391", }, { cve: "CVE-2023-35788", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-35788", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35788.json", }, ], title: "CVE-2023-35788", }, { cve: "CVE-2023-35823", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2023-35823", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35823.json", }, ], title: "CVE-2023-35823", }, { cve: "CVE-2023-35824", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2023-35824", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35824.json", }, ], title: "CVE-2023-35824", }, { cve: "CVE-2023-35828", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2023-35828", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35828.json", }, ], title: "CVE-2023-35828", }, { cve: "CVE-2023-35829", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-35829", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35829.json", }, ], title: "CVE-2023-35829", }, { cve: "CVE-2023-36038", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36038", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36038.json", }, ], title: "CVE-2023-36038", }, { cve: "CVE-2023-36049", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2023-36049", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36049.json", }, ], title: "CVE-2023-36049", }, { cve: "CVE-2023-36435", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36435", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36435.json", }, ], title: "CVE-2023-36435", }, { cve: "CVE-2023-36558", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36558", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36558.json", }, ], title: "CVE-2023-36558", }, { cve: "CVE-2023-36792", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2023-36792", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36792.json", }, ], title: "CVE-2023-36792", }, { cve: "CVE-2023-36793", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, ], references: [ { category: "self", summary: "CVE-2023-36793", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36793.json", }, ], title: "CVE-2023-36793", }, { cve: "CVE-2023-36794", cwe: { id: "CWE-311", name: "Missing Encryption of Sensitive Data", }, notes: [ { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, ], references: [ { category: "self", summary: "CVE-2023-36794", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36794.json", }, ], title: "CVE-2023-36794", }, { cve: "CVE-2023-36796", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, ], references: [ { category: "self", summary: "CVE-2023-36796", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36796.json", }, ], title: "CVE-2023-36796", }, { cve: "CVE-2023-36799", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36799", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36799.json", }, ], title: "CVE-2023-36799", }, { cve: "CVE-2023-38171", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-38171", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38171.json", }, ], title: "CVE-2023-38171", }, { cve: "CVE-2023-38178", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-38178", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38178.json", }, ], title: "CVE-2023-38178", }, { cve: "CVE-2023-38180", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-38180", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38180.json", }, ], title: "CVE-2023-38180", }, { cve: "CVE-2023-38380", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2023-38380", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38380.json", }, ], title: "CVE-2023-38380", }, { cve: "CVE-2023-38533", cwe: { id: "CWE-379", name: "Creation of Temporary File in Directory with Insecure Permissions", }, notes: [ { category: "other", text: "Creation of Temporary File in Directory with Insecure Permissions", title: "CWE-379", }, ], references: [ { category: "self", summary: "CVE-2023-38533", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38533.json", }, ], title: "CVE-2023-38533", }, { cve: "CVE-2023-39615", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, ], references: [ { category: "self", summary: "CVE-2023-39615", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39615.json", }, ], title: "CVE-2023-39615", }, { cve: "CVE-2023-41910", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2023-41910", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-41910.json", }, ], title: "CVE-2023-41910", }, { cve: "CVE-2023-44317", cwe: { id: "CWE-349", name: "Acceptance of Extraneous Untrusted Data With Trusted Data", }, notes: [ { category: "other", text: "Acceptance of Extraneous Untrusted Data With Trusted Data", title: "CWE-349", }, ], references: [ { category: "self", summary: "CVE-2023-44317", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44317.json", }, ], title: "CVE-2023-44317", }, { cve: "CVE-2023-44318", cwe: { id: "CWE-321", name: "Use of Hard-coded Cryptographic Key", }, notes: [ { category: "other", text: "Use of Hard-coded Cryptographic Key", title: "CWE-321", }, ], references: [ { category: "self", summary: "CVE-2023-44318", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44318.json", }, ], title: "CVE-2023-44318", }, { cve: "CVE-2023-44319", cwe: { id: "CWE-328", name: "Use of Weak Hash", }, notes: [ { category: "other", text: "Use of Weak Hash", title: "CWE-328", }, ], references: [ { category: "self", summary: "CVE-2023-44319", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44319.json", }, ], title: "CVE-2023-44319", }, { cve: "CVE-2023-44373", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2023-44373", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44373.json", }, ], title: "CVE-2023-44373", }, { cve: "CVE-2023-44374", cwe: { id: "CWE-567", name: "Unsynchronized Access to Shared Data in a Multithreaded Context", }, notes: [ { category: "other", text: "Unsynchronized Access to Shared Data in a Multithreaded Context", title: "CWE-567", }, ], references: [ { category: "self", summary: "CVE-2023-44374", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44374.json", }, ], title: "CVE-2023-44374", }, { cve: "CVE-2023-44487", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-44487", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json", }, ], title: "CVE-2023-44487", }, { cve: "CVE-2023-49691", cwe: { id: "CWE-78", name: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, ], references: [ { category: "self", summary: "CVE-2023-49691", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49691.json", }, ], title: "CVE-2023-49691", }, { cve: "CVE-2023-50763", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], references: [ { category: "self", summary: "CVE-2023-50763", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50763.json", }, ], title: "CVE-2023-50763", }, { cve: "CVE-2023-52474", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-52474", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52474.json", }, ], title: "CVE-2023-52474", }, { cve: "CVE-2024-0775", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-0775", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0775.json", }, ], title: "CVE-2024-0775", }, { cve: "CVE-2024-31484", cwe: { id: "CWE-170", name: "Improper Null Termination", }, notes: [ { category: "other", text: "Improper Null Termination", title: "CWE-170", }, ], references: [ { category: "self", summary: "CVE-2024-31484", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31484.json", }, ], title: "CVE-2024-31484", }, { cve: "CVE-2024-33500", cwe: { id: "CWE-269", name: "Improper Privilege Management", }, notes: [ { category: "other", text: "Improper Privilege Management", title: "CWE-269", }, ], references: [ { category: "self", summary: "CVE-2024-33500", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33500.json", }, ], title: "CVE-2024-33500", }, { cve: "CVE-2024-35206", cwe: { id: "CWE-613", name: "Insufficient Session Expiration", }, notes: [ { category: "other", text: "Insufficient Session Expiration", title: "CWE-613", }, ], references: [ { category: "self", summary: "CVE-2024-35206", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35206.json", }, ], title: "CVE-2024-35206", }, { cve: "CVE-2024-35207", cwe: { id: "CWE-352", name: "Cross-Site Request Forgery (CSRF)", }, notes: [ { category: "other", text: "Cross-Site Request Forgery (CSRF)", title: "CWE-352", }, ], references: [ { category: "self", summary: "CVE-2024-35207", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35207.json", }, ], title: "CVE-2024-35207", }, { cve: "CVE-2024-35208", cwe: { id: "CWE-522", name: "Insufficiently Protected Credentials", }, notes: [ { category: "other", text: "Insufficiently Protected Credentials", title: "CWE-522", }, ], references: [ { category: "self", summary: "CVE-2024-35208", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35208.json", }, ], title: "CVE-2024-35208", }, { cve: "CVE-2024-35209", cwe: { id: "CWE-749", name: "Exposed Dangerous Method or Function", }, notes: [ { category: "other", text: "Exposed Dangerous Method or Function", title: "CWE-749", }, ], references: [ { category: "self", summary: "CVE-2024-35209", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35209.json", }, ], title: "CVE-2024-35209", }, { cve: "CVE-2024-35210", cwe: { id: "CWE-319", name: "Cleartext Transmission of Sensitive Information", }, notes: [ { category: "other", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, ], references: [ { category: "self", summary: "CVE-2024-35210", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35210.json", }, ], title: "CVE-2024-35210", }, { cve: "CVE-2024-35211", cwe: { id: "CWE-614", name: "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute", }, notes: [ { category: "other", text: "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute", title: "CWE-614", }, ], references: [ { category: "self", summary: "CVE-2024-35211", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35211.json", }, ], title: "CVE-2024-35211", }, { cve: "CVE-2024-35212", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-35212", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35212.json", }, ], title: "CVE-2024-35212", }, { cve: "CVE-2024-35292", cwe: { id: "CWE-330", name: "Use of Insufficiently Random Values", }, notes: [ { category: "other", text: "Use of Insufficiently Random Values", title: "CWE-330", }, ], references: [ { category: "self", summary: "CVE-2024-35292", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35292.json", }, ], title: "CVE-2024-35292", }, { cve: "CVE-2024-35303", cwe: { id: "CWE-704", name: "Incorrect Type Conversion or Cast", }, notes: [ { category: "other", text: "Incorrect Type Conversion or Cast", title: "CWE-704", }, ], product_status: { known_affected: [ "CSAFPID-166120", ], }, references: [ { category: "self", summary: "CVE-2024-35303", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35303.json", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-166120", ], }, ], title: "CVE-2024-35303", }, { cve: "CVE-2024-36266", cwe: { id: "CWE-287", name: "Improper Authentication", }, notes: [ { category: "other", text: "Improper Authentication", title: "CWE-287", }, ], references: [ { category: "self", summary: "CVE-2024-36266", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36266.json", }, ], title: "CVE-2024-36266", }, { cve: "CVE-2021-47178", cwe: { id: "CWE-121", name: "Stack-based Buffer Overflow", }, notes: [ { category: "other", text: "Stack-based Buffer Overflow", title: "CWE-121", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2021-47178", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-47178.json", }, ], title: "CVE-2021-47178", }, { cve: "CVE-2022-1015", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2022-1015", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1015.json", }, ], title: "CVE-2022-1015", }, { cve: "CVE-2022-2097", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "other", text: "Inadequate Encryption Strength", title: "CWE-326", }, { category: "other", text: "Missing Cryptographic Step", title: "CWE-325", }, ], references: [ { category: "self", summary: "CVE-2022-2097", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2097.json", }, ], title: "CVE-2022-2097", }, { cve: "CVE-2022-3435", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2022-3435", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3435.json", }, ], title: "CVE-2022-3435", }, { cve: "CVE-2022-3545", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2022-3545", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3545.json", }, ], title: "CVE-2022-3545", }, { cve: "CVE-2022-3623", cwe: { id: "CWE-123", name: "Write-what-where Condition", }, notes: [ { category: "other", text: "Write-what-where Condition", title: "CWE-123", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2022-3623", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3623.json", }, ], title: "CVE-2022-3623", }, { cve: "CVE-2022-3643", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2022-3643", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3643.json", }, ], title: "CVE-2022-3643", }, { cve: "CVE-2022-4304", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "other", text: "Inadequate Encryption Strength", title: "CWE-326", }, ], references: [ { category: "self", summary: "CVE-2022-4304", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4304.json", }, ], title: "CVE-2022-4304", }, { cve: "CVE-2022-4450", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "other", text: "Double Free", title: "CWE-415", }, ], references: [ { category: "self", summary: "CVE-2022-4450", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4450.json", }, ], title: "CVE-2022-4450", }, { cve: "CVE-2022-36323", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2022-36323", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36323.json", }, ], title: "CVE-2022-36323", }, { cve: "CVE-2022-39189", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, ], references: [ { category: "self", summary: "CVE-2022-39189", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-39189.json", }, ], title: "CVE-2022-39189", }, { cve: "CVE-2022-40225", cwe: { id: "CWE-681", name: "Incorrect Conversion between Numeric Types", }, notes: [ { category: "other", text: "Incorrect Conversion between Numeric Types", title: "CWE-681", }, ], references: [ { category: "self", summary: "CVE-2022-40225", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40225.json", }, ], title: "CVE-2022-40225", }, { cve: "CVE-2022-40303", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2022-40303", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40303.json", }, ], title: "CVE-2022-40303", }, { cve: "CVE-2022-40304", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "other", text: "Double Free", title: "CWE-415", }, ], references: [ { category: "self", summary: "CVE-2022-40304", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40304.json", }, ], title: "CVE-2022-40304", }, { cve: "CVE-2022-41742", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2022-41742", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41742.json", }, ], title: "CVE-2022-41742", }, { cve: "CVE-2022-42328", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2022-42328", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42328.json", }, ], title: "CVE-2022-42328", }, { cve: "CVE-2022-42329", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2022-42329", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42329.json", }, ], title: "CVE-2022-42329", }, { cve: "CVE-2022-44792", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2022-44792", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-44792.json", }, ], title: "CVE-2022-44792", }, { cve: "CVE-2022-44793", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2022-44793", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-44793.json", }, ], title: "CVE-2022-44793", }, { cve: "CVE-2022-45886", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2022-45886", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45886.json", }, ], title: "CVE-2022-45886", }, { cve: "CVE-2022-45887", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2022-45887", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45887.json", }, ], title: "CVE-2022-45887", }, { cve: "CVE-2022-45919", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2022-45919", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45919.json", }, ], title: "CVE-2022-45919", }, { cve: "CVE-2022-46144", cwe: { id: "CWE-664", name: "Improper Control of a Resource Through its Lifetime", }, notes: [ { category: "other", text: "Improper Control of a Resource Through its Lifetime", title: "CWE-664", }, ], references: [ { category: "self", summary: "CVE-2022-46144", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46144.json", }, ], title: "CVE-2022-46144", }, { cve: "CVE-2023-0160", cwe: { id: "CWE-833", name: "Deadlock", }, notes: [ { category: "other", text: "Deadlock", title: "CWE-833", }, { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2023-0160", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0160.json", }, ], title: "CVE-2023-0160", }, { cve: "CVE-2023-0215", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-0215", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0215.json", }, ], title: "CVE-2023-0215", }, { cve: "CVE-2023-0286", cwe: { id: "CWE-704", name: "Incorrect Type Conversion or Cast", }, notes: [ { category: "other", text: "Incorrect Type Conversion or Cast", title: "CWE-704", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-0286", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0286.json", }, ], title: "CVE-2023-0286", }, { cve: "CVE-2023-0464", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-0464", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0464.json", }, ], title: "CVE-2023-0464", }, { cve: "CVE-2023-0465", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, ], references: [ { category: "self", summary: "CVE-2023-0465", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0465.json", }, ], title: "CVE-2023-0465", }, { cve: "CVE-2023-0466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, ], references: [ { category: "self", summary: "CVE-2023-0466", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0466.json", }, ], title: "CVE-2023-0466", }, { cve: "CVE-2023-1017", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-1017", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-1017.json", }, ], title: "CVE-2023-1017", }, { cve: "CVE-2023-2124", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2023-2124", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2124.json", }, ], title: "CVE-2023-2124", }, { cve: "CVE-2023-2269", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2023-2269", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2269.json", }, ], title: "CVE-2023-2269", }, { cve: "CVE-2023-3446", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, ], references: [ { category: "self", summary: "CVE-2023-3446", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3446.json", }, ], title: "CVE-2023-3446", }, { cve: "CVE-2023-3817", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Excessive Iteration", title: "CWE-834", }, ], references: [ { category: "self", summary: "CVE-2023-3817", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3817.json", }, ], title: "CVE-2023-3817", }, { cve: "CVE-2023-5678", cwe: { id: "CWE-754", name: "Improper Check for Unusual or Exceptional Conditions", }, notes: [ { category: "other", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, { category: "other", text: "Missing Cryptographic Step", title: "CWE-325", }, ], references: [ { category: "self", summary: "CVE-2023-5678", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json", }, ], title: "CVE-2023-5678", }, { cve: "CVE-2023-21255", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-21255", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-21255.json", }, ], title: "CVE-2023-21255", }, { cve: "CVE-2023-21808", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-21808", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-21808.json", }, ], title: "CVE-2023-21808", }, { cve: "CVE-2023-24895", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-24895", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24895.json", }, ], title: "CVE-2023-24895", }, { cve: "CVE-2023-24897", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, ], references: [ { category: "self", summary: "CVE-2023-24897", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24897.json", }, ], title: "CVE-2023-24897", }, { cve: "CVE-2023-24936", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-24936", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24936.json", }, ], title: "CVE-2023-24936", }, { cve: "CVE-2023-26552", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-26552", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json", }, ], title: "CVE-2023-26552", }, { cve: "CVE-2023-26553", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-26553", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json", }, ], title: "CVE-2023-26553", }, { cve: "CVE-2023-26554", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-26554", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json", }, ], title: "CVE-2023-26554", }, { cve: "CVE-2023-27321", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2023-27321", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-27321.json", }, ], title: "CVE-2023-27321", }, { cve: "CVE-2023-28260", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-28260", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28260.json", }, ], title: "CVE-2023-28260", }, ], }
ncsc-2024-0246
Vulnerability from csaf_ncscnl
Notes
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { tlp: { label: "WHITE", }, }, lang: "nl", notes: [ { category: "legal_disclaimer", text: "The Netherlands Cyber Security Center (henceforth: NCSC-NL) maintains this page to enhance access to its information and security advisories. The use of this security advisory is subject to the following terms and conditions:\n\n NCSC-NL makes every reasonable effort to ensure that the content of this page is kept up to date, and that it is accurate and complete. Nevertheless, NCSC-NL cannot entirely rule out the possibility of errors, and therefore cannot give any warranty in respect of its completeness, accuracy or continuous keeping up-to-date. The information contained in this security advisory is intended solely for the purpose of providing general information to professional users. No rights can be derived from the information provided therein.\n\n NCSC-NL and the Kingdom of the Netherlands assume no legal liability or responsibility for any damage resulting from either the use or inability of use of this security advisory. This includes damage resulting from the inaccuracy of incompleteness of the information contained in the advisory.\n This security advisory is subject to Dutch law. All disputes related to or arising from the use of this advisory will be submitted to the competent court in The Hague. This choice of means also applies to the court in summary proceedings.", }, { category: "description", text: "Siemens heeft kwetsbaarheden verholpen in diverse producten, zoals SCALANCE, SICAM, Tecnomatix, SITOP en PowerSys.", title: "Feiten", }, { category: "description", text: "De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade:\n\n- Denial-of-Service (DoS)\n- Manipulatie van gegevens\n- Omzeilen van beveiligingsmaatregel\n- (Remote) code execution (Administrator/Root rechten)\n- (Remote) code execution (Gebruikersrechten)\n- Toegang tot systeemgegevens\n- Verhoogde gebruikersrechten\n\nDe kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.\n", title: "Interpretaties", }, { category: "description", text: "Siemens heeft beveiligingsupdates uitgebracht om de kwetsbaarheden te verhelpen. Voor de kwetsbaarheden waar nog geen updates voor zijn, heeft Siemens mitigerende maatregelen gepubliceerd om de risico's zoveel als mogelijk te beperken. Zie de bijgevoegde referenties voor meer informatie.", title: "Oplossingen", }, { category: "general", text: "medium", title: "Kans", }, { category: "general", text: "high", title: "Schade", }, { category: "general", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "general", text: "Stack-based Buffer Overflow", title: "CWE-121", }, { category: "general", text: "Heap-based Buffer Overflow", title: "CWE-122", }, { category: "general", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, { category: "general", text: "Write-what-where Condition", title: "CWE-123", }, { category: "general", text: "Out-of-bounds Read", title: "CWE-125", }, { category: "general", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, { category: "general", text: "Improper Null Termination", title: "CWE-170", }, { category: "general", text: "Integer Overflow or Wraparound", title: "CWE-190", }, { category: "general", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "general", text: "Improper Input Validation", title: "CWE-20", }, { category: "general", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "general", text: "Improper Privilege Management", title: "CWE-269", }, { category: "general", text: "Improper Authentication", title: "CWE-287", }, { category: "general", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "general", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "general", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, { category: "general", text: "Use of Hard-coded Cryptographic Key", title: "CWE-321", }, { category: "general", text: "Missing Cryptographic Step", title: "CWE-325", }, { category: "general", text: "Inadequate Encryption Strength", title: "CWE-326", }, { category: "general", text: "Use of Weak Hash", title: "CWE-328", }, { category: "general", text: "Use of Insufficiently Random Values", title: "CWE-330", }, { category: "general", text: "Acceptance of Extraneous Untrusted Data With Trusted Data", title: "CWE-349", }, { category: "general", text: "Cross-Site Request Forgery (CSRF)", title: "CWE-352", }, { category: "general", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, { category: "general", text: "Creation of Temporary File in Directory with Insecure Permissions", title: "CWE-379", }, { category: "general", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "general", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "general", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "general", text: "Double Free", title: "CWE-415", }, { category: "general", text: "Use After Free", title: "CWE-416", }, { category: "general", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "general", text: "Insufficiently Protected Credentials", title: "CWE-522", }, { category: "general", text: "Unsynchronized Access to Shared Data in a Multithreaded Context", title: "CWE-567", }, { category: "general", text: "Insufficient Session Expiration", title: "CWE-613", }, { category: "general", text: "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute", title: "CWE-614", }, { category: "general", text: "Improper Control of a Resource Through its Lifetime", title: "CWE-664", }, { category: "general", text: "Improper Locking", title: "CWE-667", }, { category: "general", text: "Incorrect Type Conversion or Cast", title: "CWE-704", }, { category: "general", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, { category: "general", text: "Exposed Dangerous Method or Function", title: "CWE-749", }, { category: "general", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, { category: "general", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, { category: "general", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, { category: "general", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "general", text: "Deadlock", title: "CWE-833", }, { category: "general", text: "Excessive Iteration", title: "CWE-834", }, { category: "general", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, { category: "general", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], publisher: { category: "coordinator", contact_details: "cert@ncsc.nl", name: "Nationaal Cyber Security Centrum", namespace: "https://www.ncsc.nl/", }, references: [ { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-024584.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-196737.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-238730.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-319319.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-337522.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-341067.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-481506.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-540640.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-620338.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-625862.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-690517.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-879734.pdf", }, { category: "external", summary: "Reference - ncscclear; siemens", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-900277.pdf", }, ], title: "Kwetsbaarheden verholpen in Siemens producten", tracking: { current_release_date: "2024-06-11T13:29:25.912614Z", id: "NCSC-2024-0246", initial_release_date: "2024-06-11T13:29:25.912614Z", revision_history: [ { date: "2024-06-11T13:29:25.912614Z", number: "0", summary: "Initiele versie", }, ], status: "final", version: "1.0.0", }, }, product_tree: { branches: [ { branches: [ { category: "product_name", name: "mendix", product: { name: "mendix", product_id: "CSAFPID-538452", product_identification_helper: { cpe: "cpe:2.3:a:siemens:mendix:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "simatic", product: { name: "simatic", product_id: "CSAFPID-166121", product_identification_helper: { cpe: "cpe:2.3:a:siemens:simatic:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sinec-nms", product: { name: "sinec-nms", product_id: "CSAFPID-163798", product_identification_helper: { cpe: "cpe:2.3:a:siemens:sinec-nms:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "tecnomatix_plant_simulation", product: { name: "tecnomatix_plant_simulation", product_id: "CSAFPID-166120", product_identification_helper: { cpe: "cpe:2.3:a:siemens:tecnomatix_plant_simulation:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "tia_administrator", product: { name: "tia_administrator", product_id: "CSAFPID-766096", product_identification_helper: { cpe: "cpe:2.3:a:siemens:tia_administrator:*:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "scalance_w700", product: { name: "scalance_w700", product_id: "CSAFPID-1009262", product_identification_helper: { cpe: "cpe:2.3:h:siemens:scalance_w700:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "scalance_xm-400", product: { name: "scalance_xm-400", product_id: "CSAFPID-1014214", product_identification_helper: { cpe: "cpe:2.3:h:siemens:scalance_xm-400:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "scalance_xr-500", product: { name: "scalance_xr-500", product_id: "CSAFPID-1014213", product_identification_helper: { cpe: "cpe:2.3:h:siemens:scalance_xr-500:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sicam_ak_3", product: { name: "sicam_ak_3", product_id: "CSAFPID-1007975", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sicam_ak_3:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sicam_bc", product: { name: "sicam_bc", product_id: "CSAFPID-1007979", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sicam_bc:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sicam_tm", product: { name: "sicam_tm", product_id: "CSAFPID-1007978", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sicam_tm:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "siplus_tim_1531_irc", product: { name: "siplus_tim_1531_irc", product_id: "CSAFPID-1326635", product_identification_helper: { cpe: "cpe:2.3:h:siemens:siplus_tim_1531_irc:-:*:*:*:*:*:*:*", }, }, }, { category: "product_name", name: "sitop_ups1600", product: { name: "sitop_ups1600", product_id: "CSAFPID-1037908", product_identification_helper: { cpe: "cpe:2.3:h:siemens:sitop_ups1600:-:*:*:*:*:*:*:*", }, }, }, ], category: "vendor", name: "siemens", }, ], }, vulnerabilities: [ { cve: "CVE-2023-28319", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-28319", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28319.json", }, ], title: "CVE-2023-28319", }, { cve: "CVE-2023-28484", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2023-28484", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28484.json", }, ], title: "CVE-2023-28484", }, { cve: "CVE-2023-29331", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-29331", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29331.json", }, ], title: "CVE-2023-29331", }, { cve: "CVE-2023-29469", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Double Free", title: "CWE-415", }, ], references: [ { category: "self", summary: "CVE-2023-29469", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-29469.json", }, ], title: "CVE-2023-29469", }, { cve: "CVE-2023-32032", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-32032", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-32032.json", }, ], title: "CVE-2023-32032", }, { cve: "CVE-2023-33126", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33126", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33126.json", }, ], title: "CVE-2023-33126", }, { cve: "CVE-2023-33127", cwe: { id: "CWE-1220", name: "Insufficient Granularity of Access Control", }, notes: [ { category: "other", text: "Insufficient Granularity of Access Control", title: "CWE-1220", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33127", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33127.json", }, ], title: "CVE-2023-33127", }, { cve: "CVE-2023-33128", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-33128", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33128.json", }, ], title: "CVE-2023-33128", }, { cve: "CVE-2023-33135", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33135", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33135.json", }, ], title: "CVE-2023-33135", }, { cve: "CVE-2023-33170", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-33170", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-33170.json", }, ], title: "CVE-2023-33170", }, { cve: "CVE-2023-35390", cwe: { id: "CWE-77", name: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in a Command ('Command Injection')", title: "CWE-77", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-35390", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35390.json", }, ], title: "CVE-2023-35390", }, { cve: "CVE-2023-35391", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, notes: [ { category: "other", text: "Exposure of Sensitive Information to an Unauthorized Actor", title: "CWE-200", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-35391", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35391.json", }, ], title: "CVE-2023-35391", }, { cve: "CVE-2023-35788", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-35788", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35788.json", }, ], title: "CVE-2023-35788", }, { cve: "CVE-2023-35823", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2023-35823", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35823.json", }, ], title: "CVE-2023-35823", }, { cve: "CVE-2023-35824", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2023-35824", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35824.json", }, ], title: "CVE-2023-35824", }, { cve: "CVE-2023-35828", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2023-35828", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35828.json", }, ], title: "CVE-2023-35828", }, { cve: "CVE-2023-35829", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-35829", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-35829.json", }, ], title: "CVE-2023-35829", }, { cve: "CVE-2023-36038", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36038", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36038.json", }, ], title: "CVE-2023-36038", }, { cve: "CVE-2023-36049", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Improper Control of Generation of Code ('Code Injection')", title: "CWE-94", }, ], references: [ { category: "self", summary: "CVE-2023-36049", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36049.json", }, ], title: "CVE-2023-36049", }, { cve: "CVE-2023-36435", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36435", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36435.json", }, ], title: "CVE-2023-36435", }, { cve: "CVE-2023-36558", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36558", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36558.json", }, ], title: "CVE-2023-36558", }, { cve: "CVE-2023-36792", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2023-36792", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36792.json", }, ], title: "CVE-2023-36792", }, { cve: "CVE-2023-36793", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, ], references: [ { category: "self", summary: "CVE-2023-36793", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36793.json", }, ], title: "CVE-2023-36793", }, { cve: "CVE-2023-36794", cwe: { id: "CWE-311", name: "Missing Encryption of Sensitive Data", }, notes: [ { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, ], references: [ { category: "self", summary: "CVE-2023-36794", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36794.json", }, ], title: "CVE-2023-36794", }, { cve: "CVE-2023-36796", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, { category: "other", text: "Integer Underflow (Wrap or Wraparound)", title: "CWE-191", }, ], references: [ { category: "self", summary: "CVE-2023-36796", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36796.json", }, ], title: "CVE-2023-36796", }, { cve: "CVE-2023-36799", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-36799", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-36799.json", }, ], title: "CVE-2023-36799", }, { cve: "CVE-2023-38171", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-38171", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38171.json", }, ], title: "CVE-2023-38171", }, { cve: "CVE-2023-38178", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-38178", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38178.json", }, ], title: "CVE-2023-38178", }, { cve: "CVE-2023-38180", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-38180", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38180.json", }, ], title: "CVE-2023-38180", }, { cve: "CVE-2023-38380", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, ], references: [ { category: "self", summary: "CVE-2023-38380", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38380.json", }, ], title: "CVE-2023-38380", }, { cve: "CVE-2023-38533", cwe: { id: "CWE-379", name: "Creation of Temporary File in Directory with Insecure Permissions", }, notes: [ { category: "other", text: "Creation of Temporary File in Directory with Insecure Permissions", title: "CWE-379", }, ], references: [ { category: "self", summary: "CVE-2023-38533", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-38533.json", }, ], title: "CVE-2023-38533", }, { cve: "CVE-2023-39615", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, ], references: [ { category: "self", summary: "CVE-2023-39615", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-39615.json", }, ], title: "CVE-2023-39615", }, { cve: "CVE-2023-41910", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2023-41910", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-41910.json", }, ], title: "CVE-2023-41910", }, { cve: "CVE-2023-44317", cwe: { id: "CWE-349", name: "Acceptance of Extraneous Untrusted Data With Trusted Data", }, notes: [ { category: "other", text: "Acceptance of Extraneous Untrusted Data With Trusted Data", title: "CWE-349", }, ], references: [ { category: "self", summary: "CVE-2023-44317", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44317.json", }, ], title: "CVE-2023-44317", }, { cve: "CVE-2023-44318", cwe: { id: "CWE-321", name: "Use of Hard-coded Cryptographic Key", }, notes: [ { category: "other", text: "Use of Hard-coded Cryptographic Key", title: "CWE-321", }, ], references: [ { category: "self", summary: "CVE-2023-44318", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44318.json", }, ], title: "CVE-2023-44318", }, { cve: "CVE-2023-44319", cwe: { id: "CWE-328", name: "Use of Weak Hash", }, notes: [ { category: "other", text: "Use of Weak Hash", title: "CWE-328", }, ], references: [ { category: "self", summary: "CVE-2023-44319", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44319.json", }, ], title: "CVE-2023-44319", }, { cve: "CVE-2023-44373", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2023-44373", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44373.json", }, ], title: "CVE-2023-44373", }, { cve: "CVE-2023-44374", cwe: { id: "CWE-567", name: "Unsynchronized Access to Shared Data in a Multithreaded Context", }, notes: [ { category: "other", text: "Unsynchronized Access to Shared Data in a Multithreaded Context", title: "CWE-567", }, ], references: [ { category: "self", summary: "CVE-2023-44374", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44374.json", }, ], title: "CVE-2023-44374", }, { cve: "CVE-2023-44487", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-44487", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-44487.json", }, ], title: "CVE-2023-44487", }, { cve: "CVE-2023-49691", cwe: { id: "CWE-78", name: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')", title: "CWE-78", }, ], references: [ { category: "self", summary: "CVE-2023-49691", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-49691.json", }, ], title: "CVE-2023-49691", }, { cve: "CVE-2023-50763", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "other", text: "Loop with Unreachable Exit Condition ('Infinite Loop')", title: "CWE-835", }, ], references: [ { category: "self", summary: "CVE-2023-50763", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-50763.json", }, ], title: "CVE-2023-50763", }, { cve: "CVE-2023-52474", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-52474", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-52474.json", }, ], title: "CVE-2023-52474", }, { cve: "CVE-2024-0775", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-0775", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-0775.json", }, ], title: "CVE-2024-0775", }, { cve: "CVE-2024-31484", cwe: { id: "CWE-170", name: "Improper Null Termination", }, notes: [ { category: "other", text: "Improper Null Termination", title: "CWE-170", }, ], references: [ { category: "self", summary: "CVE-2024-31484", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-31484.json", }, ], title: "CVE-2024-31484", }, { cve: "CVE-2024-33500", cwe: { id: "CWE-269", name: "Improper Privilege Management", }, notes: [ { category: "other", text: "Improper Privilege Management", title: "CWE-269", }, ], references: [ { category: "self", summary: "CVE-2024-33500", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-33500.json", }, ], title: "CVE-2024-33500", }, { cve: "CVE-2024-35206", cwe: { id: "CWE-613", name: "Insufficient Session Expiration", }, notes: [ { category: "other", text: "Insufficient Session Expiration", title: "CWE-613", }, ], references: [ { category: "self", summary: "CVE-2024-35206", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35206.json", }, ], title: "CVE-2024-35206", }, { cve: "CVE-2024-35207", cwe: { id: "CWE-352", name: "Cross-Site Request Forgery (CSRF)", }, notes: [ { category: "other", text: "Cross-Site Request Forgery (CSRF)", title: "CWE-352", }, ], references: [ { category: "self", summary: "CVE-2024-35207", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35207.json", }, ], title: "CVE-2024-35207", }, { cve: "CVE-2024-35208", cwe: { id: "CWE-522", name: "Insufficiently Protected Credentials", }, notes: [ { category: "other", text: "Insufficiently Protected Credentials", title: "CWE-522", }, ], references: [ { category: "self", summary: "CVE-2024-35208", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35208.json", }, ], title: "CVE-2024-35208", }, { cve: "CVE-2024-35209", cwe: { id: "CWE-749", name: "Exposed Dangerous Method or Function", }, notes: [ { category: "other", text: "Exposed Dangerous Method or Function", title: "CWE-749", }, ], references: [ { category: "self", summary: "CVE-2024-35209", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35209.json", }, ], title: "CVE-2024-35209", }, { cve: "CVE-2024-35210", cwe: { id: "CWE-319", name: "Cleartext Transmission of Sensitive Information", }, notes: [ { category: "other", text: "Cleartext Transmission of Sensitive Information", title: "CWE-319", }, ], references: [ { category: "self", summary: "CVE-2024-35210", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35210.json", }, ], title: "CVE-2024-35210", }, { cve: "CVE-2024-35211", cwe: { id: "CWE-614", name: "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute", }, notes: [ { category: "other", text: "Sensitive Cookie in HTTPS Session Without 'Secure' Attribute", title: "CWE-614", }, ], references: [ { category: "self", summary: "CVE-2024-35211", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35211.json", }, ], title: "CVE-2024-35211", }, { cve: "CVE-2024-35212", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2024-35212", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35212.json", }, ], title: "CVE-2024-35212", }, { cve: "CVE-2024-35292", cwe: { id: "CWE-330", name: "Use of Insufficiently Random Values", }, notes: [ { category: "other", text: "Use of Insufficiently Random Values", title: "CWE-330", }, ], references: [ { category: "self", summary: "CVE-2024-35292", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35292.json", }, ], title: "CVE-2024-35292", }, { cve: "CVE-2024-35303", cwe: { id: "CWE-704", name: "Incorrect Type Conversion or Cast", }, notes: [ { category: "other", text: "Incorrect Type Conversion or Cast", title: "CWE-704", }, ], product_status: { known_affected: [ "CSAFPID-166120", ], }, references: [ { category: "self", summary: "CVE-2024-35303", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-35303.json", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "CSAFPID-166120", ], }, ], title: "CVE-2024-35303", }, { cve: "CVE-2024-36266", cwe: { id: "CWE-287", name: "Improper Authentication", }, notes: [ { category: "other", text: "Improper Authentication", title: "CWE-287", }, ], references: [ { category: "self", summary: "CVE-2024-36266", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2024/CVE-2024-36266.json", }, ], title: "CVE-2024-36266", }, { cve: "CVE-2021-47178", cwe: { id: "CWE-121", name: "Stack-based Buffer Overflow", }, notes: [ { category: "other", text: "Stack-based Buffer Overflow", title: "CWE-121", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2021-47178", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2021/CVE-2021-47178.json", }, ], title: "CVE-2021-47178", }, { cve: "CVE-2022-1015", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2022-1015", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-1015.json", }, ], title: "CVE-2022-1015", }, { cve: "CVE-2022-2097", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "other", text: "Inadequate Encryption Strength", title: "CWE-326", }, { category: "other", text: "Missing Cryptographic Step", title: "CWE-325", }, ], references: [ { category: "self", summary: "CVE-2022-2097", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-2097.json", }, ], title: "CVE-2022-2097", }, { cve: "CVE-2022-3435", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2022-3435", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3435.json", }, ], title: "CVE-2022-3435", }, { cve: "CVE-2022-3545", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, notes: [ { category: "other", text: "Improper Restriction of Operations within the Bounds of a Memory Buffer", title: "CWE-119", }, { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2022-3545", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3545.json", }, ], title: "CVE-2022-3545", }, { cve: "CVE-2022-3623", cwe: { id: "CWE-123", name: "Write-what-where Condition", }, notes: [ { category: "other", text: "Write-what-where Condition", title: "CWE-123", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2022-3623", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3623.json", }, ], title: "CVE-2022-3623", }, { cve: "CVE-2022-3643", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2022-3643", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-3643.json", }, ], title: "CVE-2022-3643", }, { cve: "CVE-2022-4304", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "other", text: "Inadequate Encryption Strength", title: "CWE-326", }, ], references: [ { category: "self", summary: "CVE-2022-4304", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4304.json", }, ], title: "CVE-2022-4304", }, { cve: "CVE-2022-4450", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "other", text: "Double Free", title: "CWE-415", }, ], references: [ { category: "self", summary: "CVE-2022-4450", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-4450.json", }, ], title: "CVE-2022-4450", }, { cve: "CVE-2022-36323", cwe: { id: "CWE-74", name: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", }, notes: [ { category: "other", text: "Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')", title: "CWE-74", }, ], references: [ { category: "self", summary: "CVE-2022-36323", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-36323.json", }, ], title: "CVE-2022-36323", }, { cve: "CVE-2022-39189", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Missing Encryption of Sensitive Data", title: "CWE-311", }, ], references: [ { category: "self", summary: "CVE-2022-39189", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-39189.json", }, ], title: "CVE-2022-39189", }, { cve: "CVE-2022-40225", cwe: { id: "CWE-681", name: "Incorrect Conversion between Numeric Types", }, notes: [ { category: "other", text: "Incorrect Conversion between Numeric Types", title: "CWE-681", }, ], references: [ { category: "self", summary: "CVE-2022-40225", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40225.json", }, ], title: "CVE-2022-40225", }, { cve: "CVE-2022-40303", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "other", text: "Integer Overflow or Wraparound", title: "CWE-190", }, ], references: [ { category: "self", summary: "CVE-2022-40303", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40303.json", }, ], title: "CVE-2022-40303", }, { cve: "CVE-2022-40304", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "other", text: "Double Free", title: "CWE-415", }, ], references: [ { category: "self", summary: "CVE-2022-40304", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-40304.json", }, ], title: "CVE-2022-40304", }, { cve: "CVE-2022-41742", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2022-41742", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-41742.json", }, ], title: "CVE-2022-41742", }, { cve: "CVE-2022-42328", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2022-42328", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42328.json", }, ], title: "CVE-2022-42328", }, { cve: "CVE-2022-42329", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2022-42329", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-42329.json", }, ], title: "CVE-2022-42329", }, { cve: "CVE-2022-44792", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2022-44792", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-44792.json", }, ], title: "CVE-2022-44792", }, { cve: "CVE-2022-44793", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, notes: [ { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2022-44793", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-44793.json", }, ], title: "CVE-2022-44793", }, { cve: "CVE-2022-45886", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2022-45886", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45886.json", }, ], title: "CVE-2022-45886", }, { cve: "CVE-2022-45887", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, notes: [ { category: "other", text: "Missing Release of Memory after Effective Lifetime", title: "CWE-401", }, { category: "other", text: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", title: "CWE-362", }, ], references: [ { category: "self", summary: "CVE-2022-45887", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45887.json", }, ], title: "CVE-2022-45887", }, { cve: "CVE-2022-45919", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2022-45919", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-45919.json", }, ], title: "CVE-2022-45919", }, { cve: "CVE-2022-46144", cwe: { id: "CWE-664", name: "Improper Control of a Resource Through its Lifetime", }, notes: [ { category: "other", text: "Improper Control of a Resource Through its Lifetime", title: "CWE-664", }, ], references: [ { category: "self", summary: "CVE-2022-46144", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2022/CVE-2022-46144.json", }, ], title: "CVE-2022-46144", }, { cve: "CVE-2023-0160", cwe: { id: "CWE-833", name: "Deadlock", }, notes: [ { category: "other", text: "Deadlock", title: "CWE-833", }, { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2023-0160", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0160.json", }, ], title: "CVE-2023-0160", }, { cve: "CVE-2023-0215", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-0215", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0215.json", }, ], title: "CVE-2023-0215", }, { cve: "CVE-2023-0286", cwe: { id: "CWE-704", name: "Incorrect Type Conversion or Cast", }, notes: [ { category: "other", text: "Incorrect Type Conversion or Cast", title: "CWE-704", }, { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-0286", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0286.json", }, ], title: "CVE-2023-0286", }, { cve: "CVE-2023-0464", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, ], references: [ { category: "self", summary: "CVE-2023-0464", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0464.json", }, ], title: "CVE-2023-0464", }, { cve: "CVE-2023-0465", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, ], references: [ { category: "self", summary: "CVE-2023-0465", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0465.json", }, ], title: "CVE-2023-0465", }, { cve: "CVE-2023-0466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "other", text: "Improper Certificate Validation", title: "CWE-295", }, ], references: [ { category: "self", summary: "CVE-2023-0466", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-0466.json", }, ], title: "CVE-2023-0466", }, { cve: "CVE-2023-1017", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-1017", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-1017.json", }, ], title: "CVE-2023-1017", }, { cve: "CVE-2023-2124", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, { category: "other", text: "Out-of-bounds Read", title: "CWE-125", }, ], references: [ { category: "self", summary: "CVE-2023-2124", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2124.json", }, ], title: "CVE-2023-2124", }, { cve: "CVE-2023-2269", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "other", text: "Improper Locking", title: "CWE-667", }, ], references: [ { category: "self", summary: "CVE-2023-2269", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-2269.json", }, ], title: "CVE-2023-2269", }, { cve: "CVE-2023-3446", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "Inefficient Regular Expression Complexity", title: "CWE-1333", }, ], references: [ { category: "self", summary: "CVE-2023-3446", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3446.json", }, ], title: "CVE-2023-3446", }, { cve: "CVE-2023-3817", cwe: { id: "CWE-404", name: "Improper Resource Shutdown or Release", }, notes: [ { category: "other", text: "Improper Resource Shutdown or Release", title: "CWE-404", }, { category: "other", text: "Excessive Iteration", title: "CWE-834", }, ], references: [ { category: "self", summary: "CVE-2023-3817", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-3817.json", }, ], title: "CVE-2023-3817", }, { cve: "CVE-2023-5678", cwe: { id: "CWE-754", name: "Improper Check for Unusual or Exceptional Conditions", }, notes: [ { category: "other", text: "Improper Check for Unusual or Exceptional Conditions", title: "CWE-754", }, { category: "other", text: "Missing Cryptographic Step", title: "CWE-325", }, ], references: [ { category: "self", summary: "CVE-2023-5678", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-5678.json", }, ], title: "CVE-2023-5678", }, { cve: "CVE-2023-21255", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "other", text: "Use After Free", title: "CWE-416", }, { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-21255", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-21255.json", }, ], title: "CVE-2023-21255", }, { cve: "CVE-2023-21808", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Use After Free", title: "CWE-416", }, ], references: [ { category: "self", summary: "CVE-2023-21808", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-21808.json", }, ], title: "CVE-2023-21808", }, { cve: "CVE-2023-24895", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-24895", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24895.json", }, ], title: "CVE-2023-24895", }, { cve: "CVE-2023-24897", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, { category: "other", text: "Heap-based Buffer Overflow", title: "CWE-122", }, ], references: [ { category: "self", summary: "CVE-2023-24897", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24897.json", }, ], title: "CVE-2023-24897", }, { cve: "CVE-2023-24936", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-24936", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-24936.json", }, ], title: "CVE-2023-24936", }, { cve: "CVE-2023-26552", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-26552", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26552.json", }, ], title: "CVE-2023-26552", }, { cve: "CVE-2023-26553", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-26553", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26553.json", }, ], title: "CVE-2023-26553", }, { cve: "CVE-2023-26554", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "other", text: "Out-of-bounds Write", title: "CWE-787", }, ], references: [ { category: "self", summary: "CVE-2023-26554", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-26554.json", }, ], title: "CVE-2023-26554", }, { cve: "CVE-2023-27321", cwe: { id: "CWE-400", name: "Uncontrolled Resource Consumption", }, notes: [ { category: "other", text: "Uncontrolled Resource Consumption", title: "CWE-400", }, { category: "other", text: "NULL Pointer Dereference", title: "CWE-476", }, ], references: [ { category: "self", summary: "CVE-2023-27321", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-27321.json", }, ], title: "CVE-2023-27321", }, { cve: "CVE-2023-28260", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "other", text: "Improper Input Validation", title: "CWE-20", }, ], references: [ { category: "self", summary: "CVE-2023-28260", url: "https://api.ncsc.nl/velma/v1/vulnerabilities/2023/CVE-2023-28260.json", }, ], title: "CVE-2023-28260", }, ], }
fkie_cve-2021-47178
Vulnerability from fkie_nvd
Vendor | Product | Version | |
---|---|---|---|
linux | linux_kernel | * | |
linux | linux_kernel | 5.13 | |
linux | linux_kernel | 5.13 | |
linux | linux_kernel | 5.13 |
{ configurations: [ { nodes: [ { cpeMatch: [ { criteria: "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*", matchCriteriaId: "2C8A1D02-81A7-44E5-ACFD-CC6A6694F930", versionEndExcluding: "5.12.9", versionStartIncluding: "5.11", vulnerable: true, }, { criteria: "cpe:2.3:o:linux:linux_kernel:5.13:rc1:*:*:*:*:*:*", matchCriteriaId: "0CBAD0FC-C281-4666-AB2F-F8E6E1165DF7", vulnerable: true, }, { criteria: "cpe:2.3:o:linux:linux_kernel:5.13:rc2:*:*:*:*:*:*", matchCriteriaId: "96AC23B2-D46A-49D9-8203-8E1BEDCA8532", vulnerable: true, }, { criteria: "cpe:2.3:o:linux:linux_kernel:5.13:rc3:*:*:*:*:*:*", matchCriteriaId: "DA610E30-717C-4700-9F77-A3C9244F3BFD", vulnerable: true, }, ], negate: false, operator: "OR", }, ], }, ], cveTags: [], descriptions: [ { lang: "en", value: "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: core: Avoid smp_processor_id() in preemptible code\n\nThe BUG message \"BUG: using smp_processor_id() in preemptible [00000000]\ncode\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\n\nThe message was observed when blktests block/005 was run on TCMU devices\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\n(\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\") triggered the\nsymptom. The commit modified work queue to handle commands and changed\n'current->nr_cpu_allowed' at smp_processor_id() call.\n\nThe message was also observed at system shutdown when TCMU devices were not\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\nwork queue for abort handling, and triggered the BUG message. This symptom\nwas observed regardless of the commit 1130b499b4a7 (\"scsi: target:\ntcm_loop: Use LIO wq cmd submission helper\").\n\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\nraw_smp_processor_id() instead. The CPU ID is used for performance\nimprovement then thread move to other CPU will not affect the code.\n\n[1]\n\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.369617] Call Trace:\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\n[ 57.369628] dump_stack+0x6d/0x89\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\n[ 57.369880] generic_file_read_iter+0x89/0x160\n[ 57.369898] blkdev_read_iter+0x44/0x60\n[ 57.369906] new_sync_read+0x102/0x170\n[ 57.369929] vfs_read+0xd4/0x160\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\n[ 57.369958] do_syscall_64+0x3a/0x70\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.370039] Call Trace:\n[ 57.370045] dump_stack+0x6d/0x89\n[ 57.370056] ch\n---truncated---", }, { lang: "es", value: "En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: scsi: target: core: Evite smp_processor_id() en código interrumpible Se observó el mensaje de ERROR \"ERROR: usar smp_processor_id() en código interrumpible [00000000]\" para dispositivos TCMU con configuración de kernel DEBUG_PREEMPT. El mensaje se observó cuando se ejecutó blktests block/005 en dispositivos TCMU con backend fileio o usuario:zbc [1]. La confirmación 1130b499b4a7 (\"scsi: target: tcm_loop: Use el asistente de envío LIO wq cmd\") desencadenó el síntoma. La confirmación modificó la cola de trabajo para manejar comandos y cambió 'current->nr_cpu_allowed' en la llamada a smp_processor_id(). El mensaje también se observó al apagar el sistema cuando los dispositivos TCMU no se limpiaron [2]. La función smp_processor_id() fue llamada en la cola de trabajo del host SCSI para el manejo de abortos y activó el mensaje de ERROR. Este síntoma se observó independientemente de la confirmación 1130b499b4a7 (\"scsi: target: tcm_loop: Use el asistente de envío LIO wq cmd\"). Para evitar la verificación del código interrumpible en smp_processor_id(), obtenga el ID de la CPU con raw_smp_processor_id() en su lugar. El ID de la CPU se utiliza para mejorar el rendimiento, luego el movimiento del subproceso a otra CPU no afectará el código. [1] [56.468103] ejecute blktests block/005 el 2021-05-12 14:16:38 [57.369473] check_preemption_disabled: 85 devoluciones de llamada suprimidas [57.369480] ERROR: usar smp_processor_id() en código preferente [00000000]: fio/151 1 [ 57.369506] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1510 [57.369512] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1506 [57.369552] la persona que llama es __target_init_cmd+0 x157/0x170 [objetivo_core_mod] [ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34 [ 57.369613] Nombre del hardware: Fabricante del sistema Nombre del producto del sistema/PRIME Z270-A, BIOS 1302 15/03/2018 [ 57.369617] Seguimiento de llamadas : [57.369621] ERROR: usar smp_processor_id() en código interrumpible [00000000]: fio/1507 [57.369628] dump_stack+0x6d/0x89 [57.369642] check_preemption_disabled+0xc8/0xd0 [57.369628] la persona que llama es __ target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod] [ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod] [ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop] [ 57 .369744] scsi_queue_rq+0x38e/0xc40 [ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0 [ 57.369779 ] blk_mq_try_issue_directly+0x43/0x90 [ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0 [ 57.369812] submit_bio_noacct+0x46e/0x4e0 [ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2 d0 [57.369859]? set_init_blocksize.isra.0+0x60/0x60 [ 57.369880] generic_file_read_iter+0x89/0x160 [ 57.369898] blkdev_read_iter+0x44/0x60 [ 57.369906] new_sync_read+0x102/0x170 [ 57.369929 ] vfs_read+0xd4/0x160 [ 57.369941] __x64_sys_pread64+0x6e/0xa0 [ 57.369946] ? lockdep_hardirqs_on+0x79/0x100 [ 57.369958] do_syscall_64+0x3a/0x70 [ 57.369965] Entry_SYSCALL_64_after_hwframe+0x44/0xae [ 57.369973] RIP: 0033:0x7f7ed4c1399f [ 5 7.369979] Código: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b [ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011 [ 57.369990] RAX: fffffffffffffffda RBX: 00000000015b4540 RCX: 00 007f7ed4c1399f [ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 000000000000000009 [ 57.369996] RBP: 00000000015b4540 R08: 000 0000000000000 R09: 0000000000000001 [ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70 [ 57.370002] R13: 00000000000000000 R14: 000000000000 1000 R15: 00000000015b4568 [57.370031] CPU: 7 PID: 1507 ---truncado---", }, ], id: "CVE-2021-47178", lastModified: "2025-03-17T15:20:33.717", metrics: { cvssMetricV31: [ { cvssData: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, exploitabilityScore: 1.8, impactScore: 3.6, source: "nvd@nist.gov", type: "Primary", }, ], }, published: "2024-03-25T10:15:09.267", references: [ { source: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", tags: [ "Patch", ], url: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", }, { source: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", tags: [ "Patch", ], url: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", }, { source: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", tags: [ "Patch", ], url: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", ], url: "https://git.kernel.org/stable/c/70ca3c57ff914113f681e657634f7fbfa68e1ad1", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", ], url: "https://git.kernel.org/stable/c/a20b6eaf4f35046a429cde57bee7eb5f13d6857f", }, { source: "af854a3a-2127-422b-91ae-364da2661108", tags: [ "Patch", ], url: "https://git.kernel.org/stable/c/a222d2794c53f8165de20aa91b39e35e4b72bce9", }, ], sourceIdentifier: "416baaa9-dc9f-4396-8d5f-8c081fb06d67", vulnStatus: "Analyzed", weaknesses: [ { description: [ { lang: "en", value: "CWE-459", }, ], source: "nvd@nist.gov", type: "Primary", }, ], }
SSA-337522
Vulnerability from csaf_siemens
Notes
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Disclosure is not limited. (TLPv2: TLP:CLEAR)", tlp: { label: "WHITE", }, }, lang: "en", notes: [ { category: "summary", text: "Siemens has released new versions for the affected products and recommends to update to the latest versions.", title: "Summary", }, { category: "general", text: "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", title: "General Recommendations", }, { category: "general", text: "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", title: "Additional Resources", }, { category: "legal_disclaimer", text: "Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "productcert@siemens.com", name: "Siemens ProductCERT", namespace: "https://www.siemens.com", }, references: [ { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - HTML Version", url: "https://cert-portal.siemens.com/productcert/html/ssa-337522.html", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - CSAF Version", url: "https://cert-portal.siemens.com/productcert/csaf/ssa-337522.json", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - PDF Version", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-337522.pdf", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - TXT Version", url: "https://cert-portal.siemens.com/productcert/txt/ssa-337522.txt", }, ], title: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8", tracking: { current_release_date: "2024-07-09T00:00:00Z", generator: { engine: { name: "Siemens ProductCERT CSAF Generator", version: "1", }, }, id: "SSA-337522", initial_release_date: "2024-06-11T00:00:00Z", revision_history: [ { date: "2024-06-11T00:00:00Z", legacy_version: "1.0", number: "1", summary: "Publication Date", }, { date: "2024-07-09T00:00:00Z", legacy_version: "1.1", number: "2", summary: "Updated contents of CVE-2023-27321 (OPC Foundation UA .NET Standard: Description, CVSS vector, CWE)", }, ], status: "interim", version: "2", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", product_id: "1", product_identification_helper: { model_numbers: [ "6AG1543-1MX00-7XE0", ], }, }, }, ], category: "product_name", name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", }, { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", product_id: "2", product_identification_helper: { model_numbers: [ "6GK7543-1MX00-0XE0", ], }, }, }, ], category: "product_name", name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", }, ], category: "vendor", name: "Siemens", }, ], }, vulnerabilities: [ { cve: "CVE-2021-47178", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smp_processor_id() in preemptible code.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2021-47178", }, { cve: "CVE-2022-1015", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.6, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-1015", }, { cve: "CVE-2022-4304", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "summary", text: "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-4304", }, { cve: "CVE-2022-4450", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-4450", }, { cve: "CVE-2022-39189", cwe: { id: "CWE-311", name: "Missing Encryption of Sensitive Data", }, notes: [ { category: "summary", text: "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-39189", }, { cve: "CVE-2022-40225", cwe: { id: "CWE-681", name: "Incorrect Conversion between Numeric Types", }, notes: [ { category: "summary", text: "Casting an internal value could lead to floating point exception under certain circumstances. This could allow an attacker to cause a denial of service condition on affected devices.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-40225", }, { cve: "CVE-2022-40303", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-40303", }, { cve: "CVE-2022-40304", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-40304", }, { cve: "CVE-2022-45886", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/dvb-core/dvb_net.c has a .disconnect versus dvb_device_open race condition that leads to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-45886", }, { cve: "CVE-2022-45887", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/usb/ttusb-dec/ttusb_dec.c has a memory leak because of the lack of a dvb_frontend_detach call.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-45887", }, { cve: "CVE-2022-45919", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-45919", }, { cve: "CVE-2023-0160", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A deadlock flaw was found in the Linux kernel’s BPF subsystem. This flaw allows a local user to potentially crash the system.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0160", }, { cve: "CVE-2023-0215", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0215", }, { cve: "CVE-2023-0286", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0286", }, { cve: "CVE-2023-0464", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing the `-policy` argument to the command line utilities or by calling the `X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0464", }, { cve: "CVE-2023-0465", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "Applications that use a non-default option when verifying certificates may be\r\nvulnerable to an attack from a malicious CA to circumvent certain checks.\r\n\r\nInvalid certificate policies in leaf certificates are silently ignored by\r\nOpenSSL and other certificate policy checks are skipped for that certificate.\r\nA malicious CA could use this to deliberately assert invalid certificate policies\r\nin order to circumvent policy checking on the certificate altogether.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing\r\nthe `-policy` argument to the command line utilities or by calling the\r\n`X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0465", }, { cve: "CVE-2023-0466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "The function X509_VERIFY_PARAM_add0_policy() is documented to\nimplicitly enable the certificate policy check when doing certificate\nverification. However the implementation of the function does not\nenable the check which allows certificates with invalid or incorrect\npolicies to pass the certificate verification.\n\nAs suddenly enabling the policy check could break existing deployments it was\ndecided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy()\nfunction.\n\nInstead the applications that require OpenSSL to perform certificate\npolicy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly\nenable the policy check by calling X509_VERIFY_PARAM_set_flags() with\nthe X509_V_FLAG_POLICY_CHECK flag argument.\n\nCertificate policy checks are disabled by default in OpenSSL and are not\ncommonly used by applications.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0466", }, { cve: "CVE-2023-1017", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds write vulnerability exists in TPM2.0's Module Library allowing writing of a 2-byte data past the end of TPM2.0 command in the CryptParameterDecryption routine. An attacker who can successfully exploit this vulnerability can lead to denial of service (crashing the TPM chip/process or rendering it unusable) and/or arbitrary code execution in the TPM context.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-1017", }, { cve: "CVE-2023-2124", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds memory access flaw was found in the Linux kernel’s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-2124", }, { cve: "CVE-2023-2269", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-2269", }, { cve: "CVE-2023-21255", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-21255", }, { cve: "CVE-2023-27321", cwe: { id: "CWE-1325", name: "Improperly Controlled Sequential Memory Allocation", }, notes: [ { category: "summary", text: "OPC Foundation UA .NET Standard ConditionRefresh Resource Exhaustion Denial-of-Service Vulnerability. This vulnerability allows remote attackers to create a denial-of-service condition on affected installations of OPC Foundation UA .NET Standard. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of OPC UA ConditionRefresh requests. By sending a large number of requests, an attacker can consume all available resources on the server. An attacker can leverage this vulnerability to create a denial-of-service condition on the system. Was ZDI-CAN-20505.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-27321", }, { cve: "CVE-2023-28319", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-28319", }, { cve: "CVE-2023-35788", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35788", }, { cve: "CVE-2023-35823", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35823", }, { cve: "CVE-2023-35824", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35824", }, { cve: "CVE-2023-35828", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35828", }, { cve: "CVE-2023-35829", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in rkvdec_remove in drivers/staging/media/rkvdec/rkvdec.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35829", }, { cve: "CVE-2023-41910", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "summary", text: "An issue was discovered in lldpd before 1.0.17. By crafting a CDP PDU packet with specific CDP_TLV_ADDRESSES TLVs, a malicious actor can remotely force the lldpd daemon to perform an out-of-bounds read on heap memory. This occurs in cdp_decode in daemon/protocols/cdp.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-41910", }, { cve: "CVE-2023-50763", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "summary", text: "The web server of affected products, if configured to allow the import of PKCS12 containers, could end up in an infinite loop when processing incomplete certificate chains.\r\n\r\nThis could allow an authenticated remote attacker to create a denial of service condition by importing specially crafted PKCS12 containers.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-50763", }, { cve: "CVE-2023-52474", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that have multiple payload iovecs where an iovec other than the tail iovec does not run up to the page boundary for the buffer pointed to by that iovec.a Here are the specific bugs: 1. user_sdma_txadd() does not use struct user_sdma_iovec->iov.iov_len. Rather, user_sdma_txadd() will add up to PAGE_SIZE bytes from iovec to the packet, even if some of those bytes are past iovec->iov.iov_len and are thus not intended to be in the packet. 2. user_sdma_txadd() and user_sdma_send_pkts() fail to advance to the next iovec in user_sdma_request->iovs when the current iovec is not PAGE_SIZE and does not contain enough data to complete the packet. The transmitted packet will contain the wrong data from the iovec pages. This has not been an issue with SDMA packets from hfi1 Verbs or PSM2 because they only produce iovecs that end short of PAGE_SIZE as the tail iovec of an SDMA request. Fixing these bugs exposes other bugs with the SDMA pin cache (struct mmu_rb_handler) that get in way of supporting user SDMA requests with multiple payload iovecs whose buffers do not end at PAGE_SIZE. So this commit fixes those issues as well. Here are the mmu_rb_handler bugs that non-PAGE_SIZE-end multi-iovec payload user SDMA requests can hit: 1. Overlapping memory ranges in mmu_rb_handler will result in duplicate pinnings. 2. When extending an existing mmu_rb_handler entry (struct mmu_rb_node), the mmu_rb code (1) removes the existing entry under a lock, (2) releases that lock, pins the new pages, (3) then reacquires the lock to insert the extended mmu_rb_node. If someone else comes in and inserts an overlapping entry between (2) and (3), insert in (3) will fail. The failure path code in this case unpins _all_ pages in either the original mmu_rb_node or the new mmu_rb_node that was inserted between (2) and (3). 3. In hfi1_mmu_rb_remove_unless_exact(), mmu_rb_node->refcount is incremented outside of mmu_rb_handler->lock. As a result, mmu_rb_node could be evicted by another thread that gets mmu_rb_handler->lock and checks mmu_rb_node->refcount before mmu_rb_node->refcount is incremented. 4. Related to #2 above, SDMA request submission failure path does not check mmu_rb_node->refcount before freeing mmu_rb_node object. If there are other SDMA requests in progress whose iovecs have pointers to the now-freed mmu_rb_node(s), those pointers to the now-freed mmu_rb nodes will be dereferenced when those SDMA requests complete.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-52474", }, { cve: "CVE-2024-0775", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "A use-after-free flaw was found in the __ext4_remount in fs/ext4/super.c in ext4 in the Linux kernel. This flaw allows a local user to cause an information leak problem while freeing the old quota file names before a potential failure, leading to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2024-0775", }, ], }
ssa-337522
Vulnerability from csaf_siemens
Notes
{ document: { category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Disclosure is not limited. (TLPv2: TLP:CLEAR)", tlp: { label: "WHITE", }, }, lang: "en", notes: [ { category: "summary", text: "Siemens has released new versions for the affected products and recommends to update to the latest versions.", title: "Summary", }, { category: "general", text: "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens' operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity", title: "General Recommendations", }, { category: "general", text: "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories", title: "Additional Resources", }, { category: "legal_disclaimer", text: "Siemens Security Advisories are subject to the terms and conditions contained in Siemens' underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens' Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "productcert@siemens.com", name: "Siemens ProductCERT", namespace: "https://www.siemens.com", }, references: [ { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - HTML Version", url: "https://cert-portal.siemens.com/productcert/html/ssa-337522.html", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - CSAF Version", url: "https://cert-portal.siemens.com/productcert/csaf/ssa-337522.json", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - PDF Version", url: "https://cert-portal.siemens.com/productcert/pdf/ssa-337522.pdf", }, { category: "self", summary: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8 - TXT Version", url: "https://cert-portal.siemens.com/productcert/txt/ssa-337522.txt", }, ], title: "SSA-337522: Multiple Vulnerabilities in TIM 1531 IRC before V2.4.8", tracking: { current_release_date: "2024-07-09T00:00:00Z", generator: { engine: { name: "Siemens ProductCERT CSAF Generator", version: "1", }, }, id: "SSA-337522", initial_release_date: "2024-06-11T00:00:00Z", revision_history: [ { date: "2024-06-11T00:00:00Z", legacy_version: "1.0", number: "1", summary: "Publication Date", }, { date: "2024-07-09T00:00:00Z", legacy_version: "1.1", number: "2", summary: "Updated contents of CVE-2023-27321 (OPC Foundation UA .NET Standard: Description, CVSS vector, CWE)", }, ], status: "interim", version: "2", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", product_id: "1", product_identification_helper: { model_numbers: [ "6AG1543-1MX00-7XE0", ], }, }, }, ], category: "product_name", name: "SIPLUS TIM 1531 IRC (6AG1543-1MX00-7XE0)", }, { branches: [ { category: "product_version_range", name: "<V2.4.8", product: { name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", product_id: "2", product_identification_helper: { model_numbers: [ "6GK7543-1MX00-0XE0", ], }, }, }, ], category: "product_name", name: "TIM 1531 IRC (6GK7543-1MX00-0XE0)", }, ], category: "vendor", name: "Siemens", }, ], }, vulnerabilities: [ { cve: "CVE-2021-47178", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smp_processor_id() in preemptible code.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2021-47178", }, { cve: "CVE-2022-1015", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "A flaw was found in the Linux kernel in linux/net/netfilter/nf_tables_api.c of the netfilter subsystem. This flaw allows a local user to cause an out-of-bounds write issue.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.6, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-1015", }, { cve: "CVE-2022-4304", cwe: { id: "CWE-326", name: "Inadequate Encryption Strength", }, notes: [ { category: "summary", text: "A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have to be able to send a very large number of trial messages for decryption. The vulnerability affects all RSA padding modes: PKCS#1 v1.5, RSA-OEAP and RSASVE. For example, in a TLS connection, RSA is commonly used by a client to send an encrypted pre-master secret to the server. An attacker that had observed a genuine connection between a client and a server could use this flaw to send trial messages to the server and record the time taken to process them. After a sufficiently large number of messages the attacker could recover the pre-master secret used for the original connection and thus be able to decrypt the application data sent over that connection.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-4304", }, { cve: "CVE-2022-4450", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the \"name\" (e.g. \"CERTIFICATE\"), any header data and the payload data. If the function succeeds then the \"name_out\", \"header\" and \"data\" arguments are populated with pointers to buffers containing the relevant decoded data. The caller is responsible for freeing those buffers. It is possible to construct a PEM file that results in 0 bytes of payload data. In this case PEM_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a buffer that has already been freed. If the caller also frees this buffer then a double free will occur. This will most likely lead to a crash. This could be exploited by an attacker who has the ability to supply malicious PEM files for parsing to achieve a denial of service attack. The functions PEM_read_bio() and PEM_read() are simple wrappers around PEM_read_bio_ex() and therefore these functions are also directly affected. These functions are also called indirectly by a number of other OpenSSL functions including PEM_X509_INFO_read_bio_ex() and SSL_CTX_use_serverinfo_file() which are also vulnerable. Some OpenSSL internal uses of these functions are not vulnerable because the caller does not free the header argument if PEM_read_bio_ex() returns a failure code. These locations include the PEM_read_bio_TYPE() functions as well as the decoders introduced in OpenSSL 3.0. The OpenSSL asn1parse command line application is also impacted by this issue.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-4450", }, { cve: "CVE-2022-39189", cwe: { id: "CWE-311", name: "Missing Encryption of Sensitive Data", }, notes: [ { category: "summary", text: "An issue was discovered the x86 KVM subsystem in the Linux kernel before 5.18.17. Unprivileged guest users can compromise the guest kernel because TLB flush operations are mishandled in certain KVM_VCPU_PREEMPTED situations.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-39189", }, { cve: "CVE-2022-40225", cwe: { id: "CWE-681", name: "Incorrect Conversion between Numeric Types", }, notes: [ { category: "summary", text: "Casting an internal value could lead to floating point exception under certain circumstances. This could allow an attacker to cause a denial of service condition on affected devices.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-40225", }, { cve: "CVE-2022-40303", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. When parsing a multi-gigabyte XML document with the XML_PARSE_HUGE parser option enabled, several integer counters can overflow. This results in an attempt to access an array at a negative 2GB offset, typically leading to a segmentation fault.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-40303", }, { cve: "CVE-2022-40304", cwe: { id: "CWE-415", name: "Double Free", }, notes: [ { category: "summary", text: "An issue was discovered in libxml2 before 2.10.3. Certain invalid XML entity definitions can corrupt a hash table key, potentially leading to subsequent logic errors. In one case, a double-free can be provoked.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-40304", }, { cve: "CVE-2022-45886", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/dvb-core/dvb_net.c has a .disconnect versus dvb_device_open race condition that leads to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-45886", }, { cve: "CVE-2022-45887", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.9. drivers/media/usb/ttusb-dec/ttusb_dec.c has a memory leak because of the lack of a dvb_frontend_detach call.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-45887", }, { cve: "CVE-2022-45919", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel through 6.0.10. In drivers/media/dvb-core/dvb_ca_en50221.c, a use-after-free can occur is there is a disconnect after an open, because of the lack of a wait_event.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2022-45919", }, { cve: "CVE-2023-0160", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A deadlock flaw was found in the Linux kernel’s BPF subsystem. This flaw allows a local user to potentially crash the system.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.5, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0160", }, { cve: "CVE-2023-0215", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by end user applications. The function receives a BIO from the caller, prepends a new BIO_f_asn1 filter BIO onto the front of it to form a BIO chain, and then returns the new head of the BIO chain to the caller. Under certain conditions, for example if a CMS recipient public key is invalid, the new filter BIO is freed and the function returns a NULL result indicating a failure. However, in this case, the BIO chain is not properly cleaned up and the BIO passed by the caller still retains internal pointers to the previously freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO then a use-after-free will occur. This will most likely result in a crash. This scenario occurs directly in the internal function B64_write_ASN1() which may cause BIO_new_NDEF() to be called and will subsequently call BIO_pop() on the BIO. This internal function is in turn called by the public API functions PEM_write_bio_ASN1_stream, PEM_write_bio_CMS_stream, PEM_write_bio_PKCS7_stream, SMIME_write_ASN1, SMIME_write_CMS and SMIME_write_PKCS7. Other public API functions that may be impacted by this include i2d_ASN1_bio_stream, BIO_new_CMS, BIO_new_PKCS7, i2d_CMS_bio_stream and i2d_PKCS7_bio_stream. The OpenSSL cms and smime command line applications are similarly affected.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0215", }, { cve: "CVE-2023-0286", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of the x400Address field as ASN1_TYPE. This field is subsequently interpreted by the OpenSSL function GENERAL_NAME_cmp as an ASN1_TYPE rather than an ASN1_STRING. When CRL checking is enabled (i.e. the application sets the X509_V_FLAG_CRL_CHECK flag), this vulnerability may allow an attacker to pass arbitrary pointers to a memcmp call, enabling them to read memory contents or enact a denial of service. In most cases, the attack requires the attacker to provide both the certificate chain and CRL, neither of which need to have a valid signature. If the attacker only controls one of these inputs, the other input must already contain an X.400 address as a CRL distribution point, which is uncommon. As such, this vulnerability is most likely to only affect applications which have implemented their own functionality for retrieving CRLs over a network.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.4, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0286", }, { cve: "CVE-2023-0464", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers exponential use of computational resources, leading to a denial-of-service (DoS) attack on affected systems.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing the `-policy` argument to the command line utilities or by calling the `X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0464", }, { cve: "CVE-2023-0465", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "Applications that use a non-default option when verifying certificates may be\r\nvulnerable to an attack from a malicious CA to circumvent certain checks.\r\n\r\nInvalid certificate policies in leaf certificates are silently ignored by\r\nOpenSSL and other certificate policy checks are skipped for that certificate.\r\nA malicious CA could use this to deliberately assert invalid certificate policies\r\nin order to circumvent policy checking on the certificate altogether.\r\n\r\nPolicy processing is disabled by default but can be enabled by passing\r\nthe `-policy` argument to the command line utilities or by calling the\r\n`X509_VERIFY_PARAM_set1_policies()` function.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0465", }, { cve: "CVE-2023-0466", cwe: { id: "CWE-295", name: "Improper Certificate Validation", }, notes: [ { category: "summary", text: "The function X509_VERIFY_PARAM_add0_policy() is documented to\nimplicitly enable the certificate policy check when doing certificate\nverification. However the implementation of the function does not\nenable the check which allows certificates with invalid or incorrect\npolicies to pass the certificate verification.\n\nAs suddenly enabling the policy check could break existing deployments it was\ndecided to keep the existing behavior of the X509_VERIFY_PARAM_add0_policy()\nfunction.\n\nInstead the applications that require OpenSSL to perform certificate\npolicy check need to use X509_VERIFY_PARAM_set1_policies() or explicitly\nenable the policy check by calling X509_VERIFY_PARAM_set_flags() with\nthe X509_V_FLAG_POLICY_CHECK flag argument.\n\nCertificate policy checks are disabled by default in OpenSSL and are not\ncommonly used by applications.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 5.3, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-0466", }, { cve: "CVE-2023-1017", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds write vulnerability exists in TPM2.0's Module Library allowing writing of a 2-byte data past the end of TPM2.0 command in the CryptParameterDecryption routine. An attacker who can successfully exploit this vulnerability can lead to denial of service (crashing the TPM chip/process or rendering it unusable) and/or arbitrary code execution in the TPM context.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-1017", }, { cve: "CVE-2023-2124", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An out-of-bounds memory access flaw was found in the Linux kernel’s XFS file system in how a user restores an XFS image after failure (with a dirty log journal). This flaw allows a local user to crash or potentially escalate their privileges on the system.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-2124", }, { cve: "CVE-2023-2269", cwe: { id: "CWE-667", name: "Improper Locking", }, notes: [ { category: "summary", text: "A denial of service problem was found, due to a possible recursive locking scenario, resulting in a deadlock in table_clear in drivers/md/dm-ioctl.c in the Linux Kernel Device Mapper-Multipathing sub-component.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.4, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-2269", }, { cve: "CVE-2023-21255", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "In multiple functions of binder.c, there is a possible memory corruption due to a use after free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-21255", }, { cve: "CVE-2023-27321", cwe: { id: "CWE-1325", name: "Improperly Controlled Sequential Memory Allocation", }, notes: [ { category: "summary", text: "OPC Foundation UA .NET Standard ConditionRefresh Resource Exhaustion Denial-of-Service Vulnerability. This vulnerability allows remote attackers to create a denial-of-service condition on affected installations of OPC Foundation UA .NET Standard. Authentication is not required to exploit this vulnerability. The specific flaw exists within the handling of OPC UA ConditionRefresh requests. By sending a large number of requests, an attacker can consume all available resources on the server. An attacker can leverage this vulnerability to create a denial-of-service condition on the system. Was ZDI-CAN-20505.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-27321", }, { cve: "CVE-2023-28319", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "A use after free vulnerability exists in curl <v8.1.0 in the way libcurl offers a feature to verify an SSH server's public key using a SHA 256 hash. When this check fails, libcurl would free the memory for the fingerprint before it returns an error message containing the (now freed) hash. This flaw risks inserting sensitive heap-based data into the error message that might be shown to users or otherwise get leaked and revealed.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.5, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-28319", }, { cve: "CVE-2023-35788", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, notes: [ { category: "summary", text: "An issue was discovered in fl_set_geneve_opt in net/sched/cls_flower.c in the Linux kernel before 6.3.7. It allows an out-of-bounds write in the flower classifier code via TCA_FLOWER_KEY_ENC_OPTS_GENEVE packets. This may result in denial of service or privilege escalation.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35788", }, { cve: "CVE-2023-35823", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in saa7134_finidev in drivers/media/pci/saa7134/saa7134-core.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35823", }, { cve: "CVE-2023-35824", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in dm1105_remove in drivers/media/pci/dm1105/dm1105.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35824", }, { cve: "CVE-2023-35828", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in renesas_usb3_remove in drivers/usb/gadget/udc/renesas_usb3.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35828", }, { cve: "CVE-2023-35829", cwe: { id: "CWE-416", name: "Use After Free", }, notes: [ { category: "summary", text: "An issue was discovered in the Linux kernel before 6.3.2. A use-after-free was found in rkvdec_remove in drivers/staging/media/rkvdec/rkvdec.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-35829", }, { cve: "CVE-2023-41910", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, notes: [ { category: "summary", text: "An issue was discovered in lldpd before 1.0.17. By crafting a CDP PDU packet with specific CDP_TLV_ADDRESSES TLVs, a malicious actor can remotely force the lldpd daemon to perform an out-of-bounds read on heap memory. This occurs in cdp_decode in daemon/protocols/cdp.c.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 9.8, baseSeverity: "CRITICAL", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-41910", }, { cve: "CVE-2023-50763", cwe: { id: "CWE-835", name: "Loop with Unreachable Exit Condition ('Infinite Loop')", }, notes: [ { category: "summary", text: "The web server of affected products, if configured to allow the import of PKCS12 containers, could end up in an infinite loop when processing incomplete certificate chains.\r\n\r\nThis could allow an authenticated remote attacker to create a denial of service condition by importing specially crafted PKCS12 containers.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 4.9, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-50763", }, { cve: "CVE-2023-52474", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that have multiple payload iovecs where an iovec other than the tail iovec does not run up to the page boundary for the buffer pointed to by that iovec.a Here are the specific bugs: 1. user_sdma_txadd() does not use struct user_sdma_iovec->iov.iov_len. Rather, user_sdma_txadd() will add up to PAGE_SIZE bytes from iovec to the packet, even if some of those bytes are past iovec->iov.iov_len and are thus not intended to be in the packet. 2. user_sdma_txadd() and user_sdma_send_pkts() fail to advance to the next iovec in user_sdma_request->iovs when the current iovec is not PAGE_SIZE and does not contain enough data to complete the packet. The transmitted packet will contain the wrong data from the iovec pages. This has not been an issue with SDMA packets from hfi1 Verbs or PSM2 because they only produce iovecs that end short of PAGE_SIZE as the tail iovec of an SDMA request. Fixing these bugs exposes other bugs with the SDMA pin cache (struct mmu_rb_handler) that get in way of supporting user SDMA requests with multiple payload iovecs whose buffers do not end at PAGE_SIZE. So this commit fixes those issues as well. Here are the mmu_rb_handler bugs that non-PAGE_SIZE-end multi-iovec payload user SDMA requests can hit: 1. Overlapping memory ranges in mmu_rb_handler will result in duplicate pinnings. 2. When extending an existing mmu_rb_handler entry (struct mmu_rb_node), the mmu_rb code (1) removes the existing entry under a lock, (2) releases that lock, pins the new pages, (3) then reacquires the lock to insert the extended mmu_rb_node. If someone else comes in and inserts an overlapping entry between (2) and (3), insert in (3) will fail. The failure path code in this case unpins _all_ pages in either the original mmu_rb_node or the new mmu_rb_node that was inserted between (2) and (3). 3. In hfi1_mmu_rb_remove_unless_exact(), mmu_rb_node->refcount is incremented outside of mmu_rb_handler->lock. As a result, mmu_rb_node could be evicted by another thread that gets mmu_rb_handler->lock and checks mmu_rb_node->refcount before mmu_rb_node->refcount is incremented. 4. Related to #2 above, SDMA request submission failure path does not check mmu_rb_node->refcount before freeing mmu_rb_node object. If there are other SDMA requests in progress whose iovecs have pointers to the now-freed mmu_rb_node(s), those pointers to the now-freed mmu_rb nodes will be dereferenced when those SDMA requests complete.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 7.8, baseSeverity: "HIGH", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2023-52474", }, { cve: "CVE-2024-0775", cwe: { id: "CWE-20", name: "Improper Input Validation", }, notes: [ { category: "summary", text: "A use-after-free flaw was found in the __ext4_remount in fs/ext4/super.c in ext4 in the Linux kernel. This flaw allows a local user to cause an information leak problem while freeing the old quota file names before a potential failure, leading to a use-after-free.", title: "Summary", }, ], product_status: { known_affected: [ "1", "2", ], }, remediations: [ { category: "vendor_fix", details: "Update to V2.4.8 or later version", product_ids: [ "1", "2", ], url: "https://support.industry.siemens.com/cs/ww/en/view/109954889/", }, ], scores: [ { cvss_v3: { baseScore: 6.7, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C", version: "3.1", }, products: [ "1", "2", ], }, ], title: "CVE-2024-0775", }, ], }
rhsa-2022:1988
Vulnerability from csaf_redhat
Notes
{ document: { aggregate_severity: { namespace: "https://access.redhat.com/security/updates/classification/", text: "Important", }, category: "csaf_security_advisory", csaf_version: "2.0", distribution: { text: "Copyright © Red Hat, Inc. All rights reserved.", tlp: { label: "WHITE", url: "https://www.first.org/tlp/", }, }, lang: "en", notes: [ { category: "summary", text: "An update for kernel is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", title: "Topic", }, { category: "general", text: "The kernel packages contain the Linux kernel, the core of any Linux operating system.\n\nSecurity Fix(es):\n\n* kernel: fget: check that the fd still exists after getting a ref to it (CVE-2021-4083)\n\n* kernel: avoid cyclic entity chains due to malformed USB descriptors (CVE-2020-0404)\n\n* kernel: speculation on incompletely validated data on IBM Power9 (CVE-2020-4788)\n\n* kernel: integer overflow in k_ascii() in drivers/tty/vt/keyboard.c (CVE-2020-13974)\n\n* kernel: out-of-bounds read in bpf_skb_change_head() of filter.c due to a use-after-free (CVE-2021-0941)\n\n* kernel: joydev: zero size passed to joydev_handle_JSIOCSBTNMAP() (CVE-2021-3612)\n\n* kernel: reading /proc/sysvipc/shm does not scale with large shared memory segment counts (CVE-2021-3669)\n\n* kernel: out-of-bound Read in qrtr_endpoint_post in net/qrtr/qrtr.c (CVE-2021-3743)\n\n* kernel: crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd() (CVE-2021-3744)\n\n* kernel: possible use-after-free in bluetooth module (CVE-2021-3752)\n\n* kernel: unaccounted ipc objects in Linux kernel lead to breaking memcg limits and DoS attacks (CVE-2021-3759)\n\n* kernel: DoS in ccp_run_aes_gcm_cmd() function (CVE-2021-3764)\n\n* kernel: sctp: Invalid chunks may be used to remotely remove existing associations (CVE-2021-3772)\n\n* kernel: lack of port sanity checking in natd and netfilter leads to exploit of OpenVPN clients (CVE-2021-3773)\n\n* kernel: possible leak or coruption of data residing on hugetlbfs (CVE-2021-4002)\n\n* kernel: security regression for CVE-2018-13405 (CVE-2021-4037)\n\n* kernel: Buffer overwrite in decode_nfs_fh function (CVE-2021-4157)\n\n* kernel: cgroup: Use open-time creds and namespace for migration perm checks (CVE-2021-4197)\n\n* kernel: Race condition in races in sk_peer_pid and sk_peer_cred accesses (CVE-2021-4203)\n\n* kernel: new DNS Cache Poisoning Attack based on ICMP fragment needed packets replies (CVE-2021-20322)\n\n* kernel: arm: SIGPAGE information disclosure vulnerability (CVE-2021-21781)\n\n* hw: cpu: LFENCE/JMP Mitigation Update for CVE-2017-5715 (CVE-2021-26401)\n\n* kernel: Local privilege escalation due to incorrect BPF JIT branch displacement computation (CVE-2021-29154)\n\n* kernel: use-after-free in hso_free_net_device() in drivers/net/usb/hso.c (CVE-2021-37159)\n\n* kernel: eBPF multiplication integer overflow in prealloc_elems_and_freelist() in kernel/bpf/stackmap.c leads to out-of-bounds write (CVE-2021-41864)\n\n* kernel: Heap buffer overflow in firedtv driver (CVE-2021-42739)\n\n* kernel: ppc: kvm: allows a malicious KVM guest to crash the host (CVE-2021-43056)\n\n* kernel: an array-index-out-bounds in detach_capi_ctr in drivers/isdn/capi/kcapi.c (CVE-2021-43389)\n\n* kernel: mwifiex_usb_recv() in drivers/net/wireless/marvell/mwifiex/usb.c allows an attacker to cause DoS via crafted USB device (CVE-2021-43976)\n\n* kernel: use-after-free in the TEE subsystem (CVE-2021-44733)\n\n* kernel: information leak in the IPv6 implementation (CVE-2021-45485)\n\n* kernel: information leak in the IPv4 implementation (CVE-2021-45486)\n\n* hw: cpu: intel: Branch History Injection (BHI) (CVE-2022-0001)\n\n* hw: cpu: intel: Intra-Mode BTI (CVE-2022-0002)\n\n* kernel: Local denial of service in bond_ipsec_add_sa (CVE-2022-0286)\n\n* kernel: DoS in sctp_addto_chunk in net/sctp/sm_make_chunk.c (CVE-2022-0322)\n\n* kernel: FUSE allows UAF reads of write() buffers, allowing theft of (partial) /etc/shadow hashes (CVE-2022-1011)\n\n* kernel: use-after-free in nouveau kernel module (CVE-2020-27820)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from the References section.", title: "Details", }, { category: "legal_disclaimer", text: "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", title: "Terms of Use", }, ], publisher: { category: "vendor", contact_details: "https://access.redhat.com/security/team/contact/", issuing_authority: "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", name: "Red Hat Product Security", namespace: "https://www.redhat.com", }, references: [ { category: "self", summary: "https://access.redhat.com/errata/RHSA-2022:1988", url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "external", summary: "https://access.redhat.com/security/updates/classification/#important", url: "https://access.redhat.com/security/updates/classification/#important", }, { category: "external", summary: "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", url: "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", }, { category: "external", summary: "1888433", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1888433", }, { category: "external", summary: "1901726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1901726", }, { category: "external", summary: "1919791", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1919791", }, { category: "external", summary: "1946684", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1946684", }, { category: "external", summary: "1951739", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1951739", }, { category: "external", summary: "1957375", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1957375", }, { category: "external", summary: "1974079", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1974079", }, { category: "external", summary: "1978123", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1978123", }, { category: "external", summary: "1981950", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1981950", }, { category: "external", summary: "1983894", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1983894", }, { category: "external", summary: "1985353", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1985353", }, { category: "external", summary: "1986473", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1986473", }, { category: "external", summary: "1994390", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1994390", }, { category: "external", summary: "1997338", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1997338", }, { category: "external", summary: "1997467", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1997467", }, { category: "external", summary: "1997961", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1997961", }, { category: "external", summary: "1999544", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1999544", }, { category: "external", summary: "1999675", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1999675", }, { category: "external", summary: "2000627", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2000627", }, { category: "external", summary: "2000694", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2000694", }, { category: "external", summary: "2004949", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2004949", }, { category: "external", summary: "2009312", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2009312", }, { category: "external", summary: "2009521", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2009521", }, { category: "external", summary: "2010463", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2010463", }, { category: "external", summary: "2011104", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2011104", }, { category: "external", summary: "2013180", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2013180", }, { category: "external", summary: "2014230", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2014230", }, { category: "external", summary: "2015525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2015525", }, { category: "external", summary: "2015755", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2015755", }, { category: "external", summary: "2016169", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016169", }, { category: "external", summary: "2017073", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2017073", }, { category: "external", summary: "2017796", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2017796", }, { category: "external", summary: "2018205", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2018205", }, { category: "external", summary: "2022814", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2022814", }, { category: "external", summary: "2025003", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2025003", }, { category: "external", summary: "2025726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2025726", }, { category: "external", summary: "2027239", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2027239", }, { category: "external", summary: "2029923", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2029923", }, { category: "external", summary: "2030476", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2030476", }, { category: "external", summary: "2030747", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2030747", }, { category: "external", summary: "2031200", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2031200", }, { category: "external", summary: "2034342", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2034342", }, { category: "external", summary: "2035652", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2035652", }, { category: "external", summary: "2036934", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2036934", }, { category: "external", summary: "2037019", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2037019", }, { category: "external", summary: "2039911", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2039911", }, { category: "external", summary: "2039914", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2039914", }, { category: "external", summary: "2042798", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2042798", }, { category: "external", summary: "2042822", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2042822", }, { category: "external", summary: "2043453", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2043453", }, { category: "external", summary: "2046021", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2046021", }, { category: "external", summary: "2048251", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2048251", }, { category: "external", summary: "2061700", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2061700", }, { category: "external", summary: "2061712", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2061712", }, { category: "external", summary: "2061721", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2061721", }, { category: "external", summary: "2064855", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2064855", }, { category: "self", summary: "Canonical URL", url: "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1988.json", }, ], title: "Red Hat Security Advisory: kernel security, bug fix, and enhancement update", tracking: { current_release_date: "2025-04-23T15:22:36+00:00", generator: { date: "2025-04-23T15:22:36+00:00", engine: { name: "Red Hat SDEngine", version: "4.4.2", }, }, id: "RHSA-2022:1988", initial_release_date: "2022-05-10T13:58:00+00:00", revision_history: [ { date: "2022-05-10T13:58:00+00:00", number: "1", summary: "Initial version", }, { date: "2022-05-10T13:58:00+00:00", number: "2", summary: "Last updated version", }, { date: "2025-04-23T15:22:36+00:00", number: "3", summary: "Last generated version", }, ], status: "final", version: "3", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_name", name: "Red Hat Enterprise Linux BaseOS (v. 8)", product: { name: "Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA", product_identification_helper: { cpe: "cpe:/o:redhat:enterprise_linux:8::baseos", }, }, }, { category: "product_name", name: "Red Hat Enterprise Linux CRB (v. 8)", product: { name: "Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA", product_identification_helper: { cpe: "cpe:/a:redhat:enterprise_linux:8::crb", }, }, }, ], category: "product_family", name: "Red Hat Enterprise Linux", }, { branches: [ { category: "product_version", name: "bpftool-0:4.18.0-372.9.1.el8.aarch64", product: { name: "bpftool-0:4.18.0-372.9.1.el8.aarch64", product_id: "bpftool-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-core-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-core-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-core-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-core@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debug-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debug-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debug-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-devel-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-devel-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-devel-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-devel@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-headers-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-headers-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-headers-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-headers@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-modules-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-modules-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-modules-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-tools-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-tools-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-tools-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "perf-0:4.18.0-372.9.1.el8.aarch64", product: { name: "perf-0:4.18.0-372.9.1.el8.aarch64", product_id: "perf-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/perf@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "python3-perf-0:4.18.0-372.9.1.el8.aarch64", product: { name: "python3-perf-0:4.18.0-372.9.1.el8.aarch64", product_id: "python3-perf-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_id: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo-common-aarch64@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_id: "perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_id: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, { category: "product_version", name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", product: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", product_id: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-372.9.1.el8?arch=aarch64", }, }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "bpftool-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "bpftool-0:4.18.0-372.9.1.el8.ppc64le", product_id: "bpftool-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-core-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-core-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-core-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-core@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-devel@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-headers@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "perf-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "perf-0:4.18.0-372.9.1.el8.ppc64le", product_id: "perf-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/perf@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-perf-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "python3-perf-0:4.18.0-372.9.1.el8.ppc64le", product_id: "python3-perf-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_id: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo-common-ppc64le@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_id: "perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_id: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, { category: "product_version", name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", product: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", product_id: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-372.9.1.el8?arch=ppc64le", }, }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "bpftool-0:4.18.0-372.9.1.el8.x86_64", product: { name: "bpftool-0:4.18.0-372.9.1.el8.x86_64", product_id: "bpftool-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-core-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-core-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-core-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-core@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debug-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debug-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debug-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-devel-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-devel-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-devel-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-devel@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-headers-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-headers-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-headers-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-headers@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-modules-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-modules-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-modules-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-tools-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-tools-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-tools-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-libs@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "perf-0:4.18.0-372.9.1.el8.x86_64", product: { name: "perf-0:4.18.0-372.9.1.el8.x86_64", product_id: "perf-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/perf@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "python3-perf-0:4.18.0-372.9.1.el8.x86_64", product: { name: "python3-perf-0:4.18.0-372.9.1.el8.x86_64", product_id: "python3-perf-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_id: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo-common-x86_64@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_id: "perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_id: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, { category: "product_version", name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", product: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", product_id: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-libs-devel@4.18.0-372.9.1.el8?arch=x86_64", }, }, }, ], category: "architecture", name: "x86_64", }, { branches: [ { category: "product_version", name: "bpftool-0:4.18.0-372.9.1.el8.s390x", product: { name: "bpftool-0:4.18.0-372.9.1.el8.s390x", product_id: "bpftool-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-core-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-core-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-core-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-core@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-cross-headers@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debug-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debug-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debug-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-core@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-devel@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-modules-extra@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-devel-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-devel-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-devel-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-devel@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-headers-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-headers-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-headers-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-headers@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-modules-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-modules-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-modules-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-modules-extra@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-tools-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-tools-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-tools-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-zfcpdump@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-zfcpdump-core@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-zfcpdump-devel@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-zfcpdump-modules@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-zfcpdump-modules-extra@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "perf-0:4.18.0-372.9.1.el8.s390x", product: { name: "perf-0:4.18.0-372.9.1.el8.s390x", product_id: "perf-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/perf@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "python3-perf-0:4.18.0-372.9.1.el8.s390x", product: { name: "python3-perf-0:4.18.0-372.9.1.el8.s390x", product_id: "python3-perf-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", product: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_id: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/bpftool-debuginfo@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debug-debuginfo@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-debuginfo-common-s390x@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-tools-debuginfo@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", product: { name: "kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_id: "kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-zfcpdump-debuginfo@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", product: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_id: "perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/perf-debuginfo@4.18.0-372.9.1.el8?arch=s390x", }, }, }, { category: "product_version", name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", product: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_id: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", product_identification_helper: { purl: "pkg:rpm/redhat/python3-perf-debuginfo@4.18.0-372.9.1.el8?arch=s390x", }, }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "kernel-0:4.18.0-372.9.1.el8.src", product: { name: "kernel-0:4.18.0-372.9.1.el8.src", product_id: "kernel-0:4.18.0-372.9.1.el8.src", product_identification_helper: { purl: "pkg:rpm/redhat/kernel@4.18.0-372.9.1.el8?arch=src", }, }, }, ], category: "architecture", name: "src", }, { branches: [ { category: "product_version", name: "kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", product: { name: "kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", product_id: "kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-abi-stablelists@4.18.0-372.9.1.el8?arch=noarch", }, }, }, { category: "product_version", name: "kernel-doc-0:4.18.0-372.9.1.el8.noarch", product: { name: "kernel-doc-0:4.18.0-372.9.1.el8.noarch", product_id: "kernel-doc-0:4.18.0-372.9.1.el8.noarch", product_identification_helper: { purl: "pkg:rpm/redhat/kernel-doc@4.18.0-372.9.1.el8?arch=noarch", }, }, }, ], category: "architecture", name: "noarch", }, ], category: "vendor", name: "Red Hat", }, ], relationships: [ { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.src as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.src", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", }, product_reference: "kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-doc-0:4.18.0-372.9.1.el8.noarch as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", }, product_reference: "kernel-doc-0:4.18.0-372.9.1.el8.noarch", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "perf-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "perf-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "perf-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "perf-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux BaseOS (v. 8)", product_id: "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "BaseOS-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "bpftool-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.src as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.src", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", }, product_reference: "kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-core-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-core-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-devel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-devel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-doc-0:4.18.0-372.9.1.el8.noarch as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", }, product_reference: "kernel-doc-0:4.18.0-372.9.1.el8.noarch", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-headers-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-headers-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-modules-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "perf-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "perf-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "perf-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "perf-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "python3-perf-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", relates_to_product_reference: "CRB-8.6.0.GA", }, { category: "default_component_of", full_product_name: { name: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64 as a component of Red Hat Enterprise Linux CRB (v. 8)", product_id: "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", }, product_reference: "python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", relates_to_product_reference: "CRB-8.6.0.GA", }, ], }, vulnerabilities: [ { cve: "CVE-2020-0404", cwe: { id: "CWE-284", name: "Improper Access Control", }, discovery_date: "2021-01-24T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1919791", }, ], notes: [ { category: "description", text: "A flaw linked list corruption in the Linux kernel for USB Video Class driver functionality was found in the way user connects web camera to the USB port. A local user could use this flaw to crash the system.", title: "Vulnerability description", }, { category: "summary", text: "kernel: avoid cyclic entity chains due to malformed USB descriptors", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-0404", }, { category: "external", summary: "RHBZ#1919791", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1919791", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-0404", url: "https://www.cve.org/CVERecord?id=CVE-2020-0404", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-0404", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-0404", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=68035c80e129c4cfec659aac4180354530b26527", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=68035c80e129c4cfec659aac4180354530b26527", }, ], release_date: "2021-01-16T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the module uvcvideo from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: avoid cyclic entity chains due to malformed USB descriptors", }, { acknowledgments: [ { names: [ "Anthony Steinhauser", ], organization: "Google's Safeside Project", }, ], cve: "CVE-2020-4788", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, discovery_date: "2020-10-14T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1888433", }, ], notes: [ { category: "description", text: "A flaw was found in the Linux kernel. IBM Power9 processors can speculatively operate on data stored in the L1 cache before it has been completely validated. The attack has limited access to memory and is only able to access memory normally permissible to the execution context. The highest threat from this vulnerability is to data confidentiality.", title: "Vulnerability description", }, { category: "summary", text: "kernel: speculation on incompletely validated data on IBM Power9", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-4788", }, { category: "external", summary: "RHBZ#1888433", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1888433", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-4788", url: "https://www.cve.org/CVERecord?id=CVE-2020-4788", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-4788", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-4788", }, { category: "external", summary: "https://exchange.xforce.ibmcloud.com/vulnerabilities/189296", url: "https://exchange.xforce.ibmcloud.com/vulnerabilities/189296", }, { category: "external", summary: "https://lore.kernel.org/linuxppc-dev/20201119231333.361771-1-dja@axtens.net/T/#me4f6a44748747e3327d27cd95200bf7a87486ffc", url: "https://lore.kernel.org/linuxppc-dev/20201119231333.361771-1-dja@axtens.net/T/#me4f6a44748747e3327d27cd95200bf7a87486ffc", }, { category: "external", summary: "https://www.openwall.com/lists/oss-security/2020/11/20/3", url: "https://www.openwall.com/lists/oss-security/2020/11/20/3", }, ], release_date: "2020-11-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 5.1, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: speculation on incompletely validated data on IBM Power9", }, { cve: "CVE-2020-13974", cwe: { id: "CWE-190", name: "Integer Overflow or Wraparound", }, discovery_date: "2021-01-04T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2016169", }, ], notes: [ { category: "description", text: "A flaw integer overflow in the Linux kernel's virtual terminal keyboard driver was found in the way the user sends some specific keyboard code multiple times. A local user could use this flaw to crash the system or possibly escalate their privileges on the system.", title: "Vulnerability description", }, { category: "summary", text: "kernel: integer overflow in k_ascii() in drivers/tty/vt/keyboard.c", title: "Vulnerability summary", }, { category: "other", text: "No code depends on this integer overflow so it is unlikely that the vulnerability can be used for anything apart from crashing the system. The impact has been reduced to Moderate from Important based on this analysis.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-13974", }, { category: "external", summary: "RHBZ#2016169", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2016169", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-13974", url: "https://www.cve.org/CVERecord?id=CVE-2020-13974", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-13974", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-13974", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b86dab054059b970111b5516ae548efaae5b3aae", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b86dab054059b970111b5516ae548efaae5b3aae", }, ], release_date: "2020-03-22T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: integer overflow in k_ascii() in drivers/tty/vt/keyboard.c", }, { acknowledgments: [ { names: [ "Jeremy Cline", ], organization: "Red Hat", summary: "This issue was discovered by Red Hat.", }, ], cve: "CVE-2020-27820", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2020-11-17T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1901726", }, ], notes: [ { category: "description", text: "A vulnerability was found in Linux kernel, where a use-after-frees in nouveau's postclose() handler could happen if removing device (that is not common to remove video card physically without power-off, but same happens if \"unbind\" the driver).", title: "Vulnerability description", }, { category: "summary", text: "kernel: use-after-free in nouveau kernel module", title: "Vulnerability summary", }, { category: "other", text: "This flaw is rated as having a Low impact because the issue can only be triggered by an privileged local user (or user with physical access) as the issue only happens during unbinding the driver or removing the device.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2020-27820", }, { category: "external", summary: "RHBZ#1901726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1901726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2020-27820", url: "https://www.cve.org/CVERecord?id=CVE-2020-27820", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2020-27820", url: "https://nvd.nist.gov/vuln/detail/CVE-2020-27820", }, { category: "external", summary: "https://lore.kernel.org/dri-devel/20201103194912.184413-2-jcline@redhat.com/", url: "https://lore.kernel.org/dri-devel/20201103194912.184413-2-jcline@redhat.com/", }, { category: "external", summary: "https://lore.kernel.org/dri-devel/20201103194912.184413-3-jcline@redhat.com/", url: "https://lore.kernel.org/dri-devel/20201103194912.184413-3-jcline@redhat.com/", }, { category: "external", summary: "https://lore.kernel.org/dri-devel/20201103194912.184413-4-jcline@redhat.com/", url: "https://lore.kernel.org/dri-devel/20201103194912.184413-4-jcline@redhat.com/", }, ], release_date: "2020-11-03T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the module nouveau from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 4.1, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: use-after-free in nouveau kernel module", }, { cve: "CVE-2021-0941", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, discovery_date: "2021-10-25T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2018205", }, ], notes: [ { category: "description", text: "An out-of-bounds (OOB) memory access flaw was found in net/core/filter.c in __bpf_skb_max_len in the Linux kernel. A missing sanity check to the current MTU check may allow a local attacker with special user privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information.", title: "Vulnerability description", }, { category: "summary", text: "kernel: out-of-bounds read in bpf_skb_change_head() of filter.c due to a use-after-free", title: "Vulnerability summary", }, { category: "other", text: "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-0941", }, { category: "external", summary: "RHBZ#2018205", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2018205", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-0941", url: "https://www.cve.org/CVERecord?id=CVE-2021-0941", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-0941", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-0941", }, { category: "external", summary: "https://android.googlesource.com/kernel/common/+/6306c1189e77a513bf02720450bb43bd4ba5d8ae%5E%21/#F0", url: "https://android.googlesource.com/kernel/common/+/6306c1189e77a513bf02720450bb43bd4ba5d8ae%5E%21/#F0", }, ], release_date: "2021-02-13T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.7, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: out-of-bounds read in bpf_skb_change_head() of filter.c due to a use-after-free", }, { acknowledgments: [ { names: [ "Murray McAllister", ], }, ], cve: "CVE-2021-3612", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2021-06-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1974079", }, ], notes: [ { category: "description", text: "An out-of-bounds memory write flaw was found in the Linux kernel’s joystick devices subsystem, in the way the user calls ioctl JSIOCSBTNMAP. This flaw allows a local user to crash the system or possibly escalate their privileges on the system. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: joydev: zero size passed to joydev_handle_JSIOCSBTNMAP()", title: "Vulnerability summary", }, { category: "other", text: "This flaw is rated as having a Moderate impact because for the Red Hat Enterprise Linux the patch that made it possible writing memory out of bounds not applied yet, but still before that patch possible read out of bounds. Both in the default configuration of Red Hat Enterprise Linux the joysticks devices driver is disabled, so only privileged local user can enable it.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3612", }, { category: "external", summary: "RHBZ#1974079", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1974079", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3612", url: "https://www.cve.org/CVERecord?id=CVE-2021-3612", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3612", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3612", }, { category: "external", summary: "https://lore.kernel.org/linux-input/20210620120030.1513655-1-avlarkin82@gmail.com/", url: "https://lore.kernel.org/linux-input/20210620120030.1513655-1-avlarkin82@gmail.com/", }, ], release_date: "2021-06-20T12:28:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the module joydev from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: joydev: zero size passed to joydev_handle_JSIOCSBTNMAP()", }, { cve: "CVE-2021-3669", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2021-07-09T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1986473", }, ], notes: [ { category: "description", text: "A flaw was found in the Linux kernel. Measuring usage of the shared memory does not scale with large shared memory segment counts which could lead to resource exhaustion and DoS.", title: "Vulnerability description", }, { category: "summary", text: "kernel: reading /proc/sysvipc/shm does not scale with large shared memory segment counts", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3669", }, { category: "external", summary: "RHBZ#1986473", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1986473", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3669", url: "https://www.cve.org/CVERecord?id=CVE-2021-3669", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3669", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3669", }, ], release_date: "2021-08-02T06:02:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: reading /proc/sysvipc/shm does not scale with large shared memory segment counts", }, { acknowledgments: [ { names: [ "Active Defense Lab", ], organization: "Venustech", }, ], cve: "CVE-2021-3743", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, discovery_date: "2021-08-23T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1997961", }, ], notes: [ { category: "description", text: "An out-of-bounds (OOB) memory read flaw was found in the Qualcomm IPC router protocol in the Linux kernel. A missing sanity check allows a local attacker to gain access to out-of-bounds memory, leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: out-of-bound Read in qrtr_endpoint_post in net/qrtr/qrtr.c", title: "Vulnerability summary", }, { category: "other", text: "There was no shipped kernel version that was seen affected by this problem. These files are not built in our source code.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3743", }, { category: "external", summary: "RHBZ#1997961", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1997961", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3743", url: "https://www.cve.org/CVERecord?id=CVE-2021-3743", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3743", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3743", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=7e78c597c3eb", url: "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=7e78c597c3eb", }, { category: "external", summary: "https://lists.openwall.net/netdev/2021/08/17/124", url: "https://lists.openwall.net/netdev/2021/08/17/124", }, ], release_date: "2021-08-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.2, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: out-of-bound Read in qrtr_endpoint_post in net/qrtr/qrtr.c", }, { cve: "CVE-2021-3744", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, discovery_date: "2021-08-27T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2000627", }, ], notes: [ { category: "description", text: "A flaw was found in the Linux kernel. A memory leak in the ccp-ops crypto driver can allow attackers to cause a denial of service. This vulnerability is similar with the older CVE-2019-18808. The highest threat from this vulnerability is to system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3744", }, { category: "external", summary: "RHBZ#2000627", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2000627", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3744", url: "https://www.cve.org/CVERecord?id=CVE-2021-3744", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3744", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3744", }, { category: "external", summary: "https://kernel.googlesource.com/pub/scm/linux/kernel/git/herbert/crypto-2.6/+/505d9dcb0f7ddf9d075e729523a33d38642ae680%5E%21/#F0", url: "https://kernel.googlesource.com/pub/scm/linux/kernel/git/herbert/crypto-2.6/+/505d9dcb0f7ddf9d075e729523a33d38642ae680%5E%21/#F0", }, ], release_date: "2021-08-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation baser or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()", }, { acknowledgments: [ { names: [ "Likang Luo", ], organization: "NSFOCUS Security Team", }, ], cve: "CVE-2021-3752", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, discovery_date: "2021-08-31T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1999544", }, ], notes: [ { category: "description", text: "A use-after-free flaw was found in the Linux kernel’s Bluetooth subsystem in the way user calls connect to the socket and disconnect simultaneously due to a race condition. This flaw allows a user to crash the system or escalate their privileges. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: possible use-after-free in bluetooth module", title: "Vulnerability summary", }, { category: "other", text: "This issue is rated as having Moderate impact because Only local users with privileges to access the sock_dgram Bluetooth socket can trigger this issue.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3752", }, { category: "external", summary: "RHBZ#1999544", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1999544", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3752", url: "https://www.cve.org/CVERecord?id=CVE-2021-3752", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3752", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3752", }, { category: "external", summary: "https://lore.kernel.org/lkml/20211115165435.133245729@linuxfoundation.org/", url: "https://lore.kernel.org/lkml/20211115165435.133245729@linuxfoundation.org/", }, { category: "external", summary: "https://www.openwall.com/lists/oss-security/2021/09/15/4", url: "https://www.openwall.com/lists/oss-security/2021/09/15/4", }, ], release_date: "2021-09-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation baser or stability. The possible solution is to disable Bluetooth completely: https://access.redhat.com/solutions/2682931", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: possible use-after-free in bluetooth module", }, { acknowledgments: [ { names: [ "Yutian Yang", ], organization: "Zhejiang University", }, ], cve: "CVE-2021-3759", cwe: { id: "CWE-770", name: "Allocation of Resources Without Limits or Throttling", }, discovery_date: "2021-07-20T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1999675", }, ], notes: [ { category: "description", text: "A memory overflow vulnerability was found in the Linux kernel’s ipc functionality of the memcg subsystem, in the way a user calls the semget function multiple times, creating semaphores. This flaw allows a local user to starve the resources, causing a denial of service. The highest threat from this vulnerability is to system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: unaccounted ipc objects in Linux kernel lead to breaking memcg limits and DoS attacks", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3759", }, { category: "external", summary: "RHBZ#1999675", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1999675", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3759", url: "https://www.cve.org/CVERecord?id=CVE-2021-3759", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3759", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3759", }, { category: "external", summary: "https://lore.kernel.org/linux-mm/1626333284-1404-1-git-send-email-nglaive@gmail.com/", url: "https://lore.kernel.org/linux-mm/1626333284-1404-1-git-send-email-nglaive@gmail.com/", }, ], release_date: "2021-07-15T09:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: unaccounted ipc objects in Linux kernel lead to breaking memcg limits and DoS attacks", }, { cve: "CVE-2021-3764", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, discovery_date: "2021-08-23T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1997467", }, ], notes: [ { category: "description", text: "A memory leak flaw was found in the Linux kernel's ccp_run_aes_gcm_cmd() function that allows an attacker to cause a denial of service. The vulnerability is similar to the older CVE-2019-18808. The highest threat from this vulnerability is to system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: DoS in ccp_run_aes_gcm_cmd() function", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3764", }, { category: "external", summary: "RHBZ#1997467", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1997467", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3764", url: "https://www.cve.org/CVERecord?id=CVE-2021-3764", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3764", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3764", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=36cf515b9bbe", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=36cf515b9bbe", }, ], release_date: "2021-08-20T09:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: DoS in ccp_run_aes_gcm_cmd() function", }, { cve: "CVE-2021-3772", cwe: { id: "CWE-354", name: "Improper Validation of Integrity Check Value", }, discovery_date: "2021-08-26T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2000694", }, ], notes: [ { category: "description", text: "A flaw was found in the Linux SCTP stack. A blind attacker may be able to kill an existing SCTP association through invalid chunks if the attacker knows the IP-addresses and port numbers being used and the attacker can send packets with spoofed IP addresses.", title: "Vulnerability description", }, { category: "summary", text: "kernel: sctp: Invalid chunks may be used to remotely remove existing associations", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3772", }, { category: "external", summary: "RHBZ#2000694", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2000694", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3772", url: "https://www.cve.org/CVERecord?id=CVE-2021-3772", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3772", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3772", }, ], release_date: "2021-09-08T06:38:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "As the SCTP module will be auto-loaded when required, its use can be disabled by preventing the module from loading with the following instructions:\nif\n# echo \"install sctp /bin/true\" >> /etc/modprobe.d/disable-sctp.conf\n\nThe system will need to be restarted if the SCTP modules are loaded. In most circumstances, the SCTP kernel modules will be unable to be unloaded while any network interfaces are active and the protocol is in use.\n\nIf the system requires this module to work correctly, this mitigation may not be suitable.\n\nIf you need further assistance, see KCS article https://access.redhat.com/solutions/41278 or contact Red Hat Global Support Services.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 5.9, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: sctp: Invalid chunks may be used to remotely remove existing associations", }, { cve: "CVE-2021-3773", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, discovery_date: "2021-09-06T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2004949", }, ], notes: [ { category: "description", text: "A flaw in netfilter could allow a network-connected attacker to infer openvpn connection endpoint information for further use in traditional network attacks.", title: "Vulnerability description", }, { category: "summary", text: "kernel: lack of port sanity checking in natd and netfilter leads to exploit of OpenVPN clients", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3773", }, { category: "external", summary: "RHBZ#2004949", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2004949", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3773", url: "https://www.cve.org/CVERecord?id=CVE-2021-3773", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3773", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3773", }, ], release_date: "2021-09-08T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 5.9, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: lack of port sanity checking in natd and netfilter leads to exploit of OpenVPN clients", }, { acknowledgments: [ { names: [ "elijahbai, jitxie, huntazhang.", ], }, ], cve: "CVE-2021-3923", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, discovery_date: "2021-11-03T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2019643", }, ], notes: [ { category: "description", text: "A flaw was found in the Linux kernel's implementation of RDMA over infiniband. An attacker with a privileged local account can leak kernel stack information when issuing commands to the /dev/infiniband/rdma_cm device node. While this access is unlikely to leak sensitive user information, it can be further used to defeat existing kernel protection mechanisms.", title: "Vulnerability description", }, { category: "summary", text: "kernel: stack information leak in infiniband RDMA", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-3923", }, { category: "external", summary: "RHBZ#2019643", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2019643", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-3923", url: "https://www.cve.org/CVERecord?id=CVE-2021-3923", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-3923", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-3923", }, ], release_date: "2021-12-01T13:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 3.3, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: stack information leak in infiniband RDMA", }, { cve: "CVE-2021-4002", cwe: { id: "CWE-459", name: "Incomplete Cleanup", }, discovery_date: "2021-11-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2025726", }, ], notes: [ { category: "description", text: "A memory leak flaw in the Linux kernel's hugetlbfs memory usage was found in the way the user maps some regions of memory twice using shmget() which are aligned to PUD alignment with the fault of some of the memory pages. A local user could use this flaw to get unauthorized access to some data.", title: "Vulnerability description", }, { category: "summary", text: "kernel: possible leak or coruption of data residing on hugetlbfs", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-4002", }, { category: "external", summary: "RHBZ#2025726", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2025726", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-4002", url: "https://www.cve.org/CVERecord?id=CVE-2021-4002", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-4002", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-4002", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=13e4ad2ce8df6e058ef482a31fdd81c725b0f7ea", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=13e4ad2ce8df6e058ef482a31fdd81c725b0f7ea", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4a118f2eead1d6c49e00765de89878288d4b890", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a4a118f2eead1d6c49e00765de89878288d4b890", }, { category: "external", summary: "https://www.openwall.com/lists/oss-security/2021/11/25/1", url: "https://www.openwall.com/lists/oss-security/2021/11/25/1", }, ], release_date: "2021-11-25T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 5.1, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: possible leak or coruption of data residing on hugetlbfs", }, { cve: "CVE-2021-4037", cwe: { id: "CWE-284", name: "Improper Access Control", }, discovery_date: "2021-11-29T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2027239", }, ], notes: [ { category: "description", text: "A vulnerability was found in the fs/inode.c:inode_init_owner() function logic of the LInux kernel that allows local users to create files for the XFS file-system with an unintended group ownership and with group execution and SGID permission bits set, in a scenario where a directory is SGID and belongs to a certain group and is writable by a user who is not a member of this group. This can lead to excessive permissions granted in case when they should not. This vulnerability is similar to the previous CVE-2018-13405 and adds the missed fix for the XFS.", title: "Vulnerability description", }, { category: "summary", text: "kernel: security regression for CVE-2018-13405", title: "Vulnerability summary", }, { category: "other", text: "The Impact is Moderate, because if no configuration problems with the system, then unlikely higher impact than unauthorized read access.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-4037", }, { category: "external", summary: "RHBZ#2027239", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2027239", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-4037", url: "https://www.cve.org/CVERecord?id=CVE-2021-4037", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-4037", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-4037", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=01ea173e103e", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=01ea173e103e", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0fa3ecd87848", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0fa3ecd87848", }, ], release_date: "2021-09-16T09:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 4.4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: security regression for CVE-2018-13405", }, { cve: "CVE-2021-4083", cwe: { id: "CWE-362", name: "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')", }, discovery_date: "2021-12-06T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2029923", }, ], notes: [ { category: "description", text: "A read-after-free memory flaw was found in the Linux kernel's garbage collection for Unix domain socket file handlers in the way users call close() and fget() simultaneously and can potentially trigger a race condition. This flaw allows a local user to crash the system or escalate their privileges on the system.", title: "Vulnerability description", }, { category: "summary", text: "kernel: fget: check that the fd still exists after getting a ref to it", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-4083", }, { category: "external", summary: "RHBZ#2029923", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2029923", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-4083", url: "https://www.cve.org/CVERecord?id=CVE-2021-4083", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-4083", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-4083", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=054aa8d439b9", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=054aa8d439b9", }, ], release_date: "2021-12-03T08:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Important", }, ], title: "kernel: fget: check that the fd still exists after getting a ref to it", }, { cve: "CVE-2021-4093", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2021-11-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2028584", }, ], notes: [ { category: "description", text: "A flaw was found in the KVM's AMD code for supporting the Secure Encrypted Virtualization-Encrypted State (SEV-ES). A KVM guest using SEV-ES can trigger out-of-bounds reads and writes in the host kernel via a malicious VMGEXIT for a string I/O instruction (for example, outs or ins) using the exit reason SVM_EXIT_IOIO. This issue results in a crash of the entire system or a potential guest-to-host escape scenario.", title: "Vulnerability description", }, { category: "summary", text: "kernel: KVM: SVM: out-of-bounds read/write in sev_es_string_io", title: "Vulnerability summary", }, { category: "other", text: "AMD Secure Encrypted Virtualization (SEV) is currently provided as a Technology Preview in RHEL and, therefore, unsupported for production use. For additional details please see https://access.redhat.com/articles/4491591 and https://access.redhat.com/support/offerings/techpreview.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-4093", }, { category: "external", summary: "RHBZ#2028584", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2028584", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-4093", url: "https://www.cve.org/CVERecord?id=CVE-2021-4093", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-4093", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-4093", }, { category: "external", summary: "https://bugs.chromium.org/p/project-zero/issues/detail?id=2222", url: "https://bugs.chromium.org/p/project-zero/issues/detail?id=2222", }, ], release_date: "2021-11-22T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 8.2, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "CHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: KVM: SVM: out-of-bounds read/write in sev_es_string_io", }, { cve: "CVE-2021-4157", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2021-12-13T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2034342", }, ], notes: [ { category: "description", text: "An out of memory bounds write flaw (1 or 2 bytes of memory) in the Linux kernel NFS subsystem was found in the way users use mirroring (replication of files with NFS). A user, having access to the NFS mount, could potentially use this flaw to crash the system or escalate privileges on the system.", title: "Vulnerability description", }, { category: "summary", text: "kernel: Buffer overwrite in decode_nfs_fh function", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-4157", }, { category: "external", summary: "RHBZ#2034342", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2034342", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-4157", url: "https://www.cve.org/CVERecord?id=CVE-2021-4157", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-4157", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-4157", }, { category: "external", summary: "https://lore.kernel.org/lkml/20210517140244.822185482@linuxfoundation.org/", url: "https://lore.kernel.org/lkml/20210517140244.822185482@linuxfoundation.org/", }, ], release_date: "2021-05-17T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "ADJACENT_NETWORK", availabilityImpact: "HIGH", baseScore: 5.9, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: Buffer overwrite in decode_nfs_fh function", }, { cve: "CVE-2021-4197", cwe: { id: "CWE-287", name: "Improper Authentication", }, discovery_date: "2021-12-26T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2035652", }, ], notes: [ { category: "description", text: "An unprivileged write to the file handler flaw in the Linux kernel's control groups and namespaces subsystem was found in the way users have access to some less privileged process that are controlled by cgroups and have higher privileged parent process. It is actually both for cgroup2 and cgroup1 versions of control groups. A local user could use this flaw to crash the system or escalate their privileges on the system.", title: "Vulnerability description", }, { category: "summary", text: "kernel: cgroup: Use open-time creds and namespace for migration perm checks", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-4197", }, { category: "external", summary: "RHBZ#2035652", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2035652", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-4197", url: "https://www.cve.org/CVERecord?id=CVE-2021-4197", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-4197", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-4197", }, { category: "external", summary: "https://lore.kernel.org/lkml/20211209214707.805617-1-tj@kernel.org/T/", url: "https://lore.kernel.org/lkml/20211209214707.805617-1-tj@kernel.org/T/", }, ], release_date: "2021-09-12T09:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "The mitigation not known. However, for the default configuration of the Red Hat Enterprise Linux it is not possible to trigger this vulnerability: if control groups (cgroups) not being used or being used with the default configuration or being used some other configuration where for example similar privileges for all processes (both for parent and for child processes), then no way to trigger this vulnerability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: cgroup: Use open-time creds and namespace for migration perm checks", }, { cve: "CVE-2021-4203", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2022-01-04T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2036934", }, ], notes: [ { category: "description", text: "A use-after-free read flaw was found in sock_getsockopt() in net/core/sock.c due to SO_PEERCRED and SO_PEERGROUPS race with listen() (and connect()) in the Linux kernel. In this flaw, an attacker with a user privileges may crash the system or leak internal kernel information.", title: "Vulnerability description", }, { category: "summary", text: "kernel: Race condition in races in sk_peer_pid and sk_peer_cred accesses", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-4203", }, { category: "external", summary: "RHBZ#2036934", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2036934", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-4203", url: "https://www.cve.org/CVERecord?id=CVE-2021-4203", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-4203", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-4203", }, { category: "external", summary: "https://bugs.chromium.org/p/project-zero/issues/detail?id=2230&can=7&q=modified-after%3Atoday-30&sort=-modified&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Modified%20Cve&cells=tiles&redir=1", url: "https://bugs.chromium.org/p/project-zero/issues/detail?id=2230&can=7&q=modified-after%3Atoday-30&sort=-modified&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%20Modified%20Cve&cells=tiles&redir=1", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=35306eb23814", url: "https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=35306eb23814", }, { category: "external", summary: "https://lore.kernel.org/netdev/20210929225750.2548112-1-eric.dumazet@gmail.com/T/", url: "https://lore.kernel.org/netdev/20210929225750.2548112-1-eric.dumazet@gmail.com/T/", }, ], release_date: "2021-09-29T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "LOW", baseScore: 5.8, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "LOW", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: Race condition in races in sk_peer_pid and sk_peer_cred accesses", }, { acknowledgments: [ { names: [ "Keyu Man, Xin'an Zhou and Zhiyun Qian", ], organization: "University of California, Riverside", }, ], cve: "CVE-2021-20322", cwe: { id: "CWE-330", name: "Use of Insufficiently Random Values", }, discovery_date: "2021-09-06T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2014230", }, ], notes: [ { category: "description", text: "A flaw in the processing of received ICMP errors (ICMP fragment needed and ICMP redirect) in the Linux kernel functionality was found to allow the ability to quickly scan open UDP ports. This flaw allows an off-path remote user to effectively bypass the source port UDP randomization. The highest threat from this vulnerability is to confidentiality and possibly integrity, because software that relies on UDP source port randomization are indirectly affected as well.", title: "Vulnerability description", }, { category: "summary", text: "kernel: new DNS Cache Poisoning Attack based on ICMP fragment needed packets replies", title: "Vulnerability summary", }, { category: "other", text: "This issue is rated as having Moderate impact because of the attack scenario limitation. It is possible to harm the networking services only, but not for the overall system under attack, and impossible to get access to this remote system under attack.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-20322", }, { category: "external", summary: "RHBZ#2014230", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2014230", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-20322", url: "https://www.cve.org/CVERecord?id=CVE-2021-20322", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-20322", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-20322", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.15-rc6&id=4785305c05b25a242e5314cc821f54ade4c18810", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.15-rc6&id=4785305c05b25a242e5314cc821f54ade4c18810", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.15-rc6&id=6457378fe796815c973f631a1904e147d6ee33b1", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v5.15-rc6&id=6457378fe796815c973f631a1904e147d6ee33b1", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/ipv4/route.c?h=v5.15-rc6&id=67d6d681e15b578c1725bad8ad079e05d1c48a8e", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/ipv4/route.c?h=v5.15-rc6&id=67d6d681e15b578c1725bad8ad079e05d1c48a8e", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/ipv6/route.c?h=v5.15-rc6&id=a00df2caffed3883c341d5685f830434312e4a43", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/ipv6/route.c?h=v5.15-rc6&id=a00df2caffed3883c341d5685f830434312e4a43", }, ], release_date: "2021-08-26T08:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 7.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: new DNS Cache Poisoning Attack based on ICMP fragment needed packets replies", }, { cve: "CVE-2021-21781", cwe: { id: "CWE-908", name: "Use of Uninitialized Resource", }, discovery_date: "2021-07-13T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1981950", }, ], notes: [ { category: "description", text: "An information disclosure flaw exists in the ARM SIGPAGE functionality of the Linux kernel. An attacker with a local account can read the contents of the sigpage, which contains previously initialized kernel memory contents. This flaw requires an attacker to read a process’s memory at a specific offset to trigger this vulnerability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: arm: SIGPAGE information disclosure vulnerability", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-21781", }, { category: "external", summary: "RHBZ#1981950", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1981950", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-21781", url: "https://www.cve.org/CVERecord?id=CVE-2021-21781", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-21781", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-21781", }, { category: "external", summary: "https://talosintelligence.com/vulnerability_reports/TALOS-2021-1243", url: "https://talosintelligence.com/vulnerability_reports/TALOS-2021-1243", }, ], release_date: "2021-06-25T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options does not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 4, baseSeverity: "MEDIUM", confidentialityImpact: "LOW", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: arm: SIGPAGE information disclosure vulnerability", }, { acknowledgments: [ { names: [ "AMD", ], }, ], cve: "CVE-2021-26401", discovery_date: "2022-03-08T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2061700", }, ], notes: [ { category: "description", text: "A flaw was found in hw. The speculative execution window of AMD LFENCE/JMP mitigation (MITIGATION V2-2) may be large enough to be exploited on AMD CPUs.", title: "Vulnerability description", }, { category: "summary", text: "hw: cpu: LFENCE/JMP Mitigation Update for CVE-2017-5715", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-26401", }, { category: "external", summary: "RHBZ#2061700", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2061700", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-26401", url: "https://www.cve.org/CVERecord?id=CVE-2021-26401", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-26401", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-26401", }, { category: "external", summary: "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1036", url: "https://www.amd.com/en/corporate/product-security/bulletin/amd-sb-1036", }, ], release_date: "2022-03-08T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "AMD recommends mitigation that uses generic retpoline.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 4.7, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "hw: cpu: LFENCE/JMP Mitigation Update for CVE-2017-5715", }, { cve: "CVE-2021-29154", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2021-04-06T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1946684", }, ], notes: [ { category: "description", text: "A flaw was found in the Linux kernels eBPF implementation. By default, accessing the eBPF verifier is only accessible to privileged users with CAP_SYS_ADMIN. A local user with the ability to insert eBPF instructions can abuse a flaw in eBPF to corrupt memory. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: Local privilege escalation due to incorrect BPF JIT branch displacement computation", title: "Vulnerability summary", }, { category: "other", text: "This flaw is rated as having Moderate impact as eBPF requires a privileged user on Red Hat Enterprise Linux to correctly load eBPF instructions that can be exploited.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-29154", }, { category: "external", summary: "RHBZ#1946684", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1946684", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-29154", url: "https://www.cve.org/CVERecord?id=CVE-2021-29154", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-29154", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-29154", }, ], release_date: "2021-04-08T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "This issue does not affect most systems by default. An administrator would need to have enabled the BPF JIT to be affected.\n\nIt can be disabled immediately with the command:\n\n# echo 0 > /proc/sys/net/core/bpf_jit_enable\n\nOr it can be disabled for all subsequent boots of the system by setting a value in /etc/sysctl.d/44-bpf-jit-disable\n\n## start file ##\n\nnet.core.bpf_jit_enable=0\n\n## end file ##", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: Local privilege escalation due to incorrect BPF JIT branch displacement computation", }, { cve: "CVE-2021-37159", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2021-07-21T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1985353", }, ], notes: [ { category: "description", text: "A flaw use-after-free in the Linux kernel USB High Speed Mobile Devices functionality was found in the way user detaches USB device. A local user could use this flaw to crash the system or escalate their privileges on the system.", title: "Vulnerability description", }, { category: "summary", text: "kernel: use-after-free in hso_free_net_device() in drivers/net/usb/hso.c", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-37159", }, { category: "external", summary: "RHBZ#1985353", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1985353", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-37159", url: "https://www.cve.org/CVERecord?id=CVE-2021-37159", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-37159", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-37159", }, { category: "external", summary: "https://www.spinics.net/lists/linux-usb/msg202228.html", url: "https://www.spinics.net/lists/linux-usb/msg202228.html", }, ], release_date: "2020-10-02T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the module hso from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "PHYSICAL", availabilityImpact: "HIGH", baseScore: 6.4, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: use-after-free in hso_free_net_device() in drivers/net/usb/hso.c", }, { cve: "CVE-2021-41864", cwe: { id: "CWE-787", name: "Out-of-bounds Write", }, discovery_date: "2021-10-02T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2010463", }, ], notes: [ { category: "description", text: "An out-of-bounds (OOB) memory write flaw was found in prealloc_elems_and_freelist in kernel/bpf/stackmap.c in the bpf in the Linux kernel. In this flaw, the multiplication to calculate the size could lead to an integer overflow which could allow a local attacker, with a special user privilege, to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information.", title: "Vulnerability description", }, { category: "summary", text: "kernel: eBPF multiplication integer overflow in prealloc_elems_and_freelist() in kernel/bpf/stackmap.c leads to out-of-bounds write", title: "Vulnerability summary", }, { category: "other", text: "The default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl. This would require a privileged user with CAP_SYS_ADMIN or root to be able to abuse this flaw reducing its attack space.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nA kernel update will be required to mitigate the flaw for the root or users with CAP_SYS_ADMIN capabilities.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-41864", }, { category: "external", summary: "RHBZ#2010463", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2010463", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-41864", url: "https://www.cve.org/CVERecord?id=CVE-2021-41864", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-41864", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-41864", }, { category: "external", summary: "https://github.com/torvalds/linux/commit/30e29a9a2bc6a4888335a6ede968b75cd329657a", url: "https://github.com/torvalds/linux/commit/30e29a9a2bc6a4888335a6ede968b75cd329657a", }, ], release_date: "2021-09-30T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.8, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: eBPF multiplication integer overflow in prealloc_elems_and_freelist() in kernel/bpf/stackmap.c leads to out-of-bounds write", }, { cve: "CVE-2021-42739", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2021-04-20T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "1951739", }, ], notes: [ { category: "description", text: "A heap-based buffer overflow flaw was found in the Linux kernel FireDTV media card driver, where the user calls the CA_SEND_MSG ioctl. This flaw allows a local user of the host machine to crash the system or escalate privileges on the system. The highest threat from this vulnerability is to confidentiality, integrity, as well as system availability.", title: "Vulnerability description", }, { category: "summary", text: "kernel: Heap buffer overflow in firedtv driver", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-42739", }, { category: "external", summary: "RHBZ#1951739", url: "https://bugzilla.redhat.com/show_bug.cgi?id=1951739", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-42739", url: "https://www.cve.org/CVERecord?id=CVE-2021-42739", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-42739", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-42739", }, { category: "external", summary: "https://lore.kernel.org/linux-media/YHaulytonFcW+lyZ@mwanda/", url: "https://lore.kernel.org/linux-media/YHaulytonFcW+lyZ@mwanda/", }, ], release_date: "2021-04-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the module firedtv from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.7, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: Heap buffer overflow in firedtv driver", }, { cve: "CVE-2021-43056", cwe: { id: "CWE-252", name: "Unchecked Return Value", }, discovery_date: "2021-10-25T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2017073", }, ], notes: [ { category: "description", text: "A denial of service problem was found in the Linux kernel's Kernel-based Virtual Machine (KVM) specific to PowerPC. In this flaw, a user with local access can confuse the host offline code, causing the guest to crash.", title: "Vulnerability description", }, { category: "summary", text: "kernel: ppc: kvm: allows a malicious KVM guest to crash the host", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-43056", }, { category: "external", summary: "RHBZ#2017073", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2017073", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-43056", url: "https://www.cve.org/CVERecord?id=CVE-2021-43056", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-43056", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-43056", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cdeb5d7d890e14f3b70e8087e745c4a6a7d9f337", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=cdeb5d7d890e14f3b70e8087e745c4a6a7d9f337", }, ], release_date: "2021-10-25T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: ppc: kvm: allows a malicious KVM guest to crash the host", }, { acknowledgments: [ { names: [ "Active Defense Lab", ], organization: "Venustech", }, ], cve: "CVE-2021-43389", cwe: { id: "CWE-125", name: "Out-of-bounds Read", }, discovery_date: "2021-10-12T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2013180", }, ], notes: [ { category: "description", text: "An improper validation of an array index and out of bounds memory read in the Linux kernel's Integrated Services Digital Network (ISDN) functionality was found in the way users call ioctl CMTPCONNADD. A local user could use this flaw to crash the system or starve the resources causing denial of service.", title: "Vulnerability description", }, { category: "summary", text: "kernel: an array-index-out-bounds in detach_capi_ctr in drivers/isdn/capi/kcapi.c", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-43389", }, { category: "external", summary: "RHBZ#2013180", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2013180", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-43389", url: "https://www.cve.org/CVERecord?id=CVE-2021-43389", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-43389", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-43389", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1f3e2e97c003f80c4b087092b225c8787ff91e4d", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1f3e2e97c003f80c4b087092b225c8787ff91e4d", }, { category: "external", summary: "https://lore.kernel.org/netdev/CAFcO6XOvGQrRTaTkaJ0p3zR7y7nrAWD79r48=L_BbOyrK9X-vA@mail.gmail.com/", url: "https://lore.kernel.org/netdev/CAFcO6XOvGQrRTaTkaJ0p3zR7y7nrAWD79r48=L_BbOyrK9X-vA@mail.gmail.com/", }, ], release_date: "2021-09-24T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the module isdn from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: an array-index-out-bounds in detach_capi_ctr in drivers/isdn/capi/kcapi.c", }, { cve: "CVE-2021-43976", cwe: { id: "CWE-459", name: "Incomplete Cleanup", }, discovery_date: "2021-11-17T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2025003", }, ], notes: [ { category: "description", text: "A denial of service flaw was found in mwifiex_usb_recv in drivers/net/wireless/marvell/mwifiex/usb.c in the usb subsystem of the Linux kernel. This is due to a missing clean-up for a malfunctioning usb device with an unknown recv_type.", title: "Vulnerability description", }, { category: "summary", text: "kernel: mwifiex_usb_recv() in drivers/net/wireless/marvell/mwifiex/usb.c allows an attacker to cause DoS via crafted USB device", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-43976", }, { category: "external", summary: "RHBZ#2025003", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2025003", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-43976", url: "https://www.cve.org/CVERecord?id=CVE-2021-43976", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-43976", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-43976", }, { category: "external", summary: "https://patchwork.kernel.org/project/linux-wireless/patch/YX4CqjfRcTa6bVL+@Zekuns-MBP-16.fios-router.home/", url: "https://patchwork.kernel.org/project/linux-wireless/patch/YX4CqjfRcTa6bVL+@Zekuns-MBP-16.fios-router.home/", }, ], release_date: "2021-10-31T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "PHYSICAL", availabilityImpact: "HIGH", baseScore: 4.6, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: mwifiex_usb_recv() in drivers/net/wireless/marvell/mwifiex/usb.c allows an attacker to cause DoS via crafted USB device", }, { acknowledgments: [ { names: [ "Patrik Lantz", ], organization: "axis.com", }, ], cve: "CVE-2021-44733", cwe: { id: "CWE-908", name: "Use of Uninitialized Resource", }, discovery_date: "2021-12-09T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2030747", }, ], notes: [ { category: "description", text: "A use-after-free flaw in the Linux kernel TEE (Trusted Execution Environment) subsystem was found in the way user calls ioctl TEE_IOC_OPEN_SESSION or TEE_IOC_INVOKE. A local user could use this flaw to crash the system or escalate their privileges on the system. If the Linux system non configured with the CONFIG_PREEMPT option or CONFIG_CPU_SW_DOMAIN_PAN option enabled, then it is unlikely that a user can trigger this issue.", title: "Vulnerability description", }, { category: "summary", text: "kernel: use-after-free in the TEE subsystem", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-44733", }, { category: "external", summary: "RHBZ#2030747", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2030747", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-44733", url: "https://www.cve.org/CVERecord?id=CVE-2021-44733", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-44733", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-44733", }, { category: "external", summary: "https://lore.kernel.org/lkml/20211214123540.1789434-1-jens.wiklander@linaro.org/", url: "https://lore.kernel.org/lkml/20211214123540.1789434-1-jens.wiklander@linaro.org/", }, ], release_date: "2021-12-14T12:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the modules tee, trusted_tee from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.4, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: use-after-free in the TEE subsystem", }, { cve: "CVE-2021-45485", cwe: { id: "CWE-327", name: "Use of a Broken or Risky Cryptographic Algorithm", }, discovery_date: "2021-12-25T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2039911", }, ], notes: [ { category: "description", text: "An information leak flaw was found in the Linux kernel’s IPv6 implementation in the __ipv6_select_ident in net/ipv6/output_core.c function. The use of a small hash table in IP ID generation allows a remote attacker to reveal sensitive information.", title: "Vulnerability description", }, { category: "summary", text: "kernel: information leak in the IPv6 implementation", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-45485", }, { category: "external", summary: "RHBZ#2039911", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2039911", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-45485", url: "https://www.cve.org/CVERecord?id=CVE-2021-45485", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-45485", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-45485", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=62f20e068ccc50d6ab66fdb72ba90da2b9418c99", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=62f20e068ccc50d6ab66fdb72ba90da2b9418c99", }, { category: "external", summary: "https://lore.kernel.org/all/20210529110746.6796-1-w@1wt.eu/", url: "https://lore.kernel.org/all/20210529110746.6796-1-w@1wt.eu/", }, ], release_date: "2021-05-31T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "NONE", baseScore: 7.5, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: information leak in the IPv6 implementation", }, { cve: "CVE-2021-45486", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, discovery_date: "2021-12-25T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2039914", }, ], notes: [ { category: "description", text: "An information leak flaw was found in the Linux kernel’s IPv4 implementation in the ip_rt_init in net/ipv4/route.c function. The use of a small hash table in IP ID generation allows a remote attacker to reveal sensitive information.", title: "Vulnerability description", }, { category: "summary", text: "kernel: information leak in the IPv4 implementation", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-45486", }, { category: "external", summary: "RHBZ#2039914", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2039914", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-45486", url: "https://www.cve.org/CVERecord?id=CVE-2021-45486", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-45486", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-45486", }, { category: "external", summary: "https://arxiv.org/pdf/2112.09604.pdf", url: "https://arxiv.org/pdf/2112.09604.pdf", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/net/ipv4/route.c?id=aa6dd211e4b1dde9d5dc25d699d35f789ae7eeba", url: "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/net/ipv4/route.c?id=aa6dd211e4b1dde9d5dc25d699d35f789ae7eeba", }, ], release_date: "2021-03-24T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "ADJACENT_NETWORK", availabilityImpact: "NONE", baseScore: 3.5, baseSeverity: "LOW", confidentialityImpact: "LOW", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: information leak in the IPv4 implementation", }, { cve: "CVE-2021-47076", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2024-03-01T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2267525", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/rxe: Return CQE error if invalid lkey was supplied\n\nRXE is missing update of WQE status in LOCAL_WRITE failures. This caused\nthe following kernel panic if someone sent an atomic operation with an\nexplicitly wrong lkey.\n\n[leonro@vm ~]$ mkt test\ntest_atomic_invalid_lkey (tests.test_atomic.AtomicTest) ...\n WARNING: CPU: 5 PID: 263 at drivers/infiniband/sw/rxe/rxe_comp.c:740 rxe_completer+0x1a6d/0x2e30 [rdma_rxe]\n Modules linked in: crc32_generic rdma_rxe ip6_udp_tunnel udp_tunnel rdma_ucm rdma_cm ib_umad ib_ipoib iw_cm ib_cm mlx5_ib ib_uverbs ib_core mlx5_core ptp pps_core\n CPU: 5 PID: 263 Comm: python3 Not tainted 5.13.0-rc1+ #2936\n Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.13.0-0-gf21b5a4aeb02-prebuilt.qemu.org 04/01/2014\n RIP: 0010:rxe_completer+0x1a6d/0x2e30 [rdma_rxe]\n Code: 03 0f 8e 65 0e 00 00 3b 93 10 06 00 00 0f 84 82 0a 00 00 4c 89 ff 4c 89 44 24 38 e8 2d 74 a9 e1 4c 8b 44 24 38 e9 1c f5 ff ff <0f> 0b e9 0c e8 ff ff b8 05 00 00 00 41 bf 05 00 00 00 e9 ab e7 ff\n RSP: 0018:ffff8880158af090 EFLAGS: 00010246\n RAX: 0000000000000000 RBX: ffff888016a78000 RCX: ffffffffa0cf1652\n RDX: 1ffff9200004b442 RSI: 0000000000000004 RDI: ffffc9000025a210\n RBP: dffffc0000000000 R08: 00000000ffffffea R09: ffff88801617740b\n R10: ffffed1002c2ee81 R11: 0000000000000007 R12: ffff88800f3b63e8\n R13: ffff888016a78008 R14: ffffc9000025a180 R15: 000000000000000c\n FS: 00007f88b622a740(0000) GS:ffff88806d540000(0000) knlGS:0000000000000000\n CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033\n CR2: 00007f88b5a1fa10 CR3: 000000000d848004 CR4: 0000000000370ea0\n DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000\n DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400\n Call Trace:\n rxe_do_task+0x130/0x230 [rdma_rxe]\n rxe_rcv+0xb11/0x1df0 [rdma_rxe]\n rxe_loopback+0x157/0x1e0 [rdma_rxe]\n rxe_responder+0x5532/0x7620 [rdma_rxe]\n rxe_do_task+0x130/0x230 [rdma_rxe]\n rxe_rcv+0x9c8/0x1df0 [rdma_rxe]\n rxe_loopback+0x157/0x1e0 [rdma_rxe]\n rxe_requester+0x1efd/0x58c0 [rdma_rxe]\n rxe_do_task+0x130/0x230 [rdma_rxe]\n rxe_post_send+0x998/0x1860 [rdma_rxe]\n ib_uverbs_post_send+0xd5f/0x1220 [ib_uverbs]\n ib_uverbs_write+0x847/0xc80 [ib_uverbs]\n vfs_write+0x1c5/0x840\n ksys_write+0x176/0x1d0\n do_syscall_64+0x3f/0x80\n entry_SYSCALL_64_after_hwframe+0x44/0xae", title: "Vulnerability description", }, { category: "summary", text: "kernel: RDMA/rxe: Return CQE error if invalid lkey was supplied", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47076", }, { category: "external", summary: "RHBZ#2267525", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2267525", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47076", url: "https://www.cve.org/CVERecord?id=CVE-2021-47076", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47076", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47076", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024030142-CVE-2021-47076-a6b6@gregkh/T/#u", url: "https://lore.kernel.org/linux-cve-announce/2024030142-CVE-2021-47076-a6b6@gregkh/T/#u", }, ], release_date: "2024-03-01T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 4.4, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: RDMA/rxe: Return CQE error if invalid lkey was supplied", }, { cve: "CVE-2021-47178", cwe: { id: "CWE-99", name: "Improper Control of Resource Identifiers ('Resource Injection')", }, discovery_date: "2024-03-25T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2271461", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: target: core: Avoid smp_processor_id() in preemptible code\n\nThe BUG message \"BUG: using smp_processor_id() in preemptible [00000000]\ncode\" was observed for TCMU devices with kernel config DEBUG_PREEMPT.\n\nThe message was observed when blktests block/005 was run on TCMU devices\nwith fileio backend or user:zbc backend [1]. The commit 1130b499b4a7\n(\"scsi: target: tcm_loop: Use LIO wq cmd submission helper\") triggered the\nsymptom. The commit modified work queue to handle commands and changed\n'current->nr_cpu_allowed' at smp_processor_id() call.\n\nThe message was also observed at system shutdown when TCMU devices were not\ncleaned up [2]. The function smp_processor_id() was called in SCSI host\nwork queue for abort handling, and triggered the BUG message. This symptom\nwas observed regardless of the commit 1130b499b4a7 (\"scsi: target:\ntcm_loop: Use LIO wq cmd submission helper\").\n\nTo avoid the preemptible code check at smp_processor_id(), get CPU ID with\nraw_smp_processor_id() instead. The CPU ID is used for performance\nimprovement then thread move to other CPU will not affect the code.\n\n[1]\n\n[ 56.468103] run blktests block/005 at 2021-05-12 14:16:38\n[ 57.369473] check_preemption_disabled: 85 callbacks suppressed\n[ 57.369480] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1511\n[ 57.369506] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1510\n[ 57.369512] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1506\n[ 57.369552] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369606] CPU: 4 PID: 1506 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.369613] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.369617] Call Trace:\n[ 57.369621] BUG: using smp_processor_id() in preemptible [00000000] code: fio/1507\n[ 57.369628] dump_stack+0x6d/0x89\n[ 57.369642] check_preemption_disabled+0xc8/0xd0\n[ 57.369628] caller is __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369655] __target_init_cmd+0x157/0x170 [target_core_mod]\n[ 57.369695] target_init_cmd+0x76/0x90 [target_core_mod]\n[ 57.369732] tcm_loop_queuecommand+0x109/0x210 [tcm_loop]\n[ 57.369744] scsi_queue_rq+0x38e/0xc40\n[ 57.369761] __blk_mq_try_issue_directly+0x109/0x1c0\n[ 57.369779] blk_mq_try_issue_directly+0x43/0x90\n[ 57.369790] blk_mq_submit_bio+0x4e5/0x5d0\n[ 57.369812] submit_bio_noacct+0x46e/0x4e0\n[ 57.369830] __blkdev_direct_IO_simple+0x1a3/0x2d0\n[ 57.369859] ? set_init_blocksize.isra.0+0x60/0x60\n[ 57.369880] generic_file_read_iter+0x89/0x160\n[ 57.369898] blkdev_read_iter+0x44/0x60\n[ 57.369906] new_sync_read+0x102/0x170\n[ 57.369929] vfs_read+0xd4/0x160\n[ 57.369941] __x64_sys_pread64+0x6e/0xa0\n[ 57.369946] ? lockdep_hardirqs_on+0x79/0x100\n[ 57.369958] do_syscall_64+0x3a/0x70\n[ 57.369965] entry_SYSCALL_64_after_hwframe+0x44/0xae\n[ 57.369973] RIP: 0033:0x7f7ed4c1399f\n[ 57.369979] Code: 08 89 3c 24 48 89 4c 24 18 e8 7d f3 ff ff 4c 8b 54 24 18 48 8b 54 24 10 41 89 c0 48 8b 74 24 08 8b 3c 24 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 31 44 89 c7 48 89 04 24 e8 cd f3 ff ff 48 8b\n[ 57.369983] RSP: 002b:00007ffd7918c580 EFLAGS: 00000293 ORIG_RAX: 0000000000000011\n[ 57.369990] RAX: ffffffffffffffda RBX: 00000000015b4540 RCX: 00007f7ed4c1399f\n[ 57.369993] RDX: 0000000000001000 RSI: 00000000015de000 RDI: 0000000000000009\n[ 57.369996] RBP: 00000000015b4540 R08: 0000000000000000 R09: 0000000000000001\n[ 57.369999] R10: 0000000000e5c000 R11: 0000000000000293 R12: 00007f7eb5269a70\n[ 57.370002] R13: 0000000000000000 R14: 0000000000001000 R15: 00000000015b4568\n[ 57.370031] CPU: 7 PID: 1507 Comm: fio Not tainted 5.13.0-rc1+ #34\n[ 57.370036] Hardware name: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018\n[ 57.370039] Call Trace:\n[ 57.370045] dump_stack+0x6d/0x89\n[ 57.370056] ch\n---truncated---", title: "Vulnerability description", }, { category: "summary", text: "kernel: scsi: target: core: Avoid smp_processor_id() in preemptible code", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47178", }, { category: "external", summary: "RHBZ#2271461", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2271461", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47178", url: "https://www.cve.org/CVERecord?id=CVE-2021-47178", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47178", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47178", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024032538-CVE-2021-47178-6167@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024032538-CVE-2021-47178-6167@gregkh/T", }, ], release_date: "2024-03-25T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 4.4, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: scsi: target: core: Avoid smp_processor_id() in preemptible code", }, { cve: "CVE-2021-47203", cwe: { id: "CWE-20", name: "Improper Input Validation", }, discovery_date: "2024-04-10T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2274634", }, ], notes: [ { category: "description", text: "A vulnerability was found in the Linux kernel while parsing the txq list in the lpfc_drain_txq() function. Due to improper handling of a local fail message string which is set when a job fails and is never unset for subsequent jobs, this issue can lead to list corruption as jobs may be added to both the txq and the completions list. This could result in system instability or inconsistencies.", title: "Vulnerability description", }, { category: "summary", text: "kernel: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()", title: "Vulnerability summary", }, { category: "other", text: "This issue is fixed in RHEL-8.6 and above (including 8.10):\n~~~\nin (rhel-8.6, rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()\n\n~~~", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47203", }, { category: "external", summary: "RHBZ#2274634", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2274634", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47203", url: "https://www.cve.org/CVERecord?id=CVE-2021-47203", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47203", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47203", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024041037-CVE-2021-47203-ff72@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024041037-CVE-2021-47203-ff72@gregkh/T", }, ], release_date: "2024-04-10T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 4.4, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()", }, { cve: "CVE-2021-47301", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2024-05-21T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2282482", }, ], notes: [ { category: "description", text: "A vulnerability was found in the Linux kernel's igb driver. During a reset operation, the driver could access memory that had already been freed. If the driver attempts to use this freed memory, it can lead to a system crash or instability because the memory may no longer be valid.", title: "Vulnerability description", }, { category: "summary", text: "kernel: igb: Fix use-after-free error during reset", title: "Vulnerability summary", }, { category: "other", text: "This vulnerability is rated as a Moderate severity because the issue primarily impacts system stability by potentially causing a crash if the driver interacts with freed memory. It does not expose sensitive information or allow unauthorized access.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47301", }, { category: "external", summary: "RHBZ#2282482", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2282482", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47301", url: "https://www.cve.org/CVERecord?id=CVE-2021-47301", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47301", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47301", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024052126-CVE-2021-47301-13b4@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024052126-CVE-2021-47301-13b4@gregkh/T", }, ], release_date: "2024-05-21T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: igb: Fix use-after-free error during reset", }, { cve: "CVE-2021-47435", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-05-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2282879", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\ndm: fix mempool NULL pointer race when completing IO\n\ndm_io_dec_pending() calls end_io_acct() first and will then dec md\nin-flight pending count. But if a task is swapping DM table at same\ntime this can result in a crash due to mempool->elements being NULL:\n\ntask1 task2\ndo_resume\n ->do_suspend\n ->dm_wait_for_completion\n bio_endio\n\t\t\t\t ->clone_endio\n\t\t\t\t ->dm_io_dec_pending\n\t\t\t\t ->end_io_acct\n\t\t\t\t ->wakeup task1\n ->dm_swap_table\n ->__bind\n ->__bind_mempools\n ->bioset_exit\n ->mempool_exit\n ->free_io\n\n[ 67.330330] Unable to handle kernel NULL pointer dereference at\nvirtual address 0000000000000000\n......\n[ 67.330494] pstate: 80400085 (Nzcv daIf +PAN -UAO)\n[ 67.330510] pc : mempool_free+0x70/0xa0\n[ 67.330515] lr : mempool_free+0x4c/0xa0\n[ 67.330520] sp : ffffff8008013b20\n[ 67.330524] x29: ffffff8008013b20 x28: 0000000000000004\n[ 67.330530] x27: ffffffa8c2ff40a0 x26: 00000000ffff1cc8\n[ 67.330535] x25: 0000000000000000 x24: ffffffdada34c800\n[ 67.330541] x23: 0000000000000000 x22: ffffffdada34c800\n[ 67.330547] x21: 00000000ffff1cc8 x20: ffffffd9a1304d80\n[ 67.330552] x19: ffffffdada34c970 x18: 000000b312625d9c\n[ 67.330558] x17: 00000000002dcfbf x16: 00000000000006dd\n[ 67.330563] x15: 000000000093b41e x14: 0000000000000010\n[ 67.330569] x13: 0000000000007f7a x12: 0000000034155555\n[ 67.330574] x11: 0000000000000001 x10: 0000000000000001\n[ 67.330579] x9 : 0000000000000000 x8 : 0000000000000000\n[ 67.330585] x7 : 0000000000000000 x6 : ffffff80148b5c1a\n[ 67.330590] x5 : ffffff8008013ae0 x4 : 0000000000000001\n[ 67.330596] x3 : ffffff80080139c8 x2 : ffffff801083bab8\n[ 67.330601] x1 : 0000000000000000 x0 : ffffffdada34c970\n[ 67.330609] Call trace:\n[ 67.330616] mempool_free+0x70/0xa0\n[ 67.330627] bio_put+0xf8/0x110\n[ 67.330638] dec_pending+0x13c/0x230\n[ 67.330644] clone_endio+0x90/0x180\n[ 67.330649] bio_endio+0x198/0x1b8\n[ 67.330655] dec_pending+0x190/0x230\n[ 67.330660] clone_endio+0x90/0x180\n[ 67.330665] bio_endio+0x198/0x1b8\n[ 67.330673] blk_update_request+0x214/0x428\n[ 67.330683] scsi_end_request+0x2c/0x300\n[ 67.330688] scsi_io_completion+0xa0/0x710\n[ 67.330695] scsi_finish_command+0xd8/0x110\n[ 67.330700] scsi_softirq_done+0x114/0x148\n[ 67.330708] blk_done_softirq+0x74/0xd0\n[ 67.330716] __do_softirq+0x18c/0x374\n[ 67.330724] irq_exit+0xb4/0xb8\n[ 67.330732] __handle_domain_irq+0x84/0xc0\n[ 67.330737] gic_handle_irq+0x148/0x1b0\n[ 67.330744] el1_irq+0xe8/0x190\n[ 67.330753] lpm_cpuidle_enter+0x4f8/0x538\n[ 67.330759] cpuidle_enter_state+0x1fc/0x398\n[ 67.330764] cpuidle_enter+0x18/0x20\n[ 67.330772] do_idle+0x1b4/0x290\n[ 67.330778] cpu_startup_entry+0x20/0x28\n[ 67.330786] secondary_start_kernel+0x160/0x170\n\nFix this by:\n1) Establishing pointers to 'struct dm_io' members in\ndm_io_dec_pending() so that they may be passed into end_io_acct()\n_after_ free_io() is called.\n2) Moving end_io_acct() after free_io().", title: "Vulnerability description", }, { category: "summary", text: "kernel: dm: fix mempool NULL pointer race when completing IO", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47435", }, { category: "external", summary: "RHBZ#2282879", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2282879", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47435", url: "https://www.cve.org/CVERecord?id=CVE-2021-47435", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47435", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47435", }, ], release_date: "2024-05-22T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: dm: fix mempool NULL pointer race when completing IO", }, { cve: "CVE-2021-47498", cwe: { id: "CWE-399", name: "CWE-399", }, discovery_date: "2024-05-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2282917", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\ndm rq: don't queue request to blk-mq during DM suspend\n\nDM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue.\n\nBut blk-mq's unquiesce may come from outside events, such as elevator\nswitch, updating nr_requests or others, and request may come during\nsuspend, so simply ask for blk-mq to requeue it.\n\nFixes one kernel panic issue when running updating nr_requests and\ndm-mpath suspend/resume stress test.", title: "Vulnerability description", }, { category: "summary", text: "kernel: dm rq: don't queue request to blk-mq during DM suspend", title: "Vulnerability summary", }, { category: "other", text: "This issue is fixed in RHEL-8.6 and above (including 8.10):\n~~~\nin (rhel-8.6, rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) dm rq: don't queue request to blk-mq during DM suspend\n~~~", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47498", }, { category: "external", summary: "RHBZ#2282917", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2282917", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47498", url: "https://www.cve.org/CVERecord?id=CVE-2021-47498", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47498", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47498", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024052243-CVE-2021-47498-dc02@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024052243-CVE-2021-47498-dc02@gregkh/T", }, ], release_date: "2024-05-22T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: dm rq: don't queue request to blk-mq during DM suspend", }, { cve: "CVE-2021-47501", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-05-24T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2283453", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\ni40e: Fix NULL pointer dereference in i40e_dbg_dump_desc\n\nWhen trying to dump VFs VSI RX/TX descriptors\nusing debugfs there was a crash\ndue to NULL pointer dereference in i40e_dbg_dump_desc.\nAdded a check to i40e_dbg_dump_desc that checks if\nVSI type is correct for dumping RX/TX descriptors.", title: "Vulnerability description", }, { category: "summary", text: "kernel: i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47501", }, { category: "external", summary: "RHBZ#2283453", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2283453", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47501", url: "https://www.cve.org/CVERecord?id=CVE-2021-47501", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47501", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47501", }, ], release_date: "2024-05-24T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: i40e: Fix NULL pointer dereference in i40e_dbg_dump_desc", }, { cve: "CVE-2021-47544", cwe: { id: "CWE-119", name: "Improper Restriction of Operations within the Bounds of a Memory Buffer", }, discovery_date: "2024-05-24T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2283406", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\ntcp: fix page frag corruption on page fault\n\nSteffen reported a TCP stream corruption for HTTP requests\nserved by the apache web-server using a cifs mount-point\nand memory mapping the relevant file.\n\nThe root cause is quite similar to the one addressed by\ncommit 20eb4f29b602 (\"net: fix sk_page_frag() recursion from\nmemory reclaim\"). Here the nested access to the task page frag\nis caused by a page fault on the (mmapped) user-space memory\nbuffer coming from the cifs file.\n\nThe page fault handler performs an smb transaction on a different\nsocket, inside the same process context. Since sk->sk_allaction\nfor such socket does not prevent the usage for the task_frag,\nthe nested allocation modify \"under the hood\" the page frag\nin use by the outer sendmsg call, corrupting the stream.\n\nThe overall relevant stack trace looks like the following:\n\nhttpd 78268 [001] 3461630.850950: probe:tcp_sendmsg_locked:\n ffffffff91461d91 tcp_sendmsg_locked+0x1\n ffffffff91462b57 tcp_sendmsg+0x27\n ffffffff9139814e sock_sendmsg+0x3e\n ffffffffc06dfe1d smb_send_kvec+0x28\n [...]\n ffffffffc06cfaf8 cifs_readpages+0x213\n ffffffff90e83c4b read_pages+0x6b\n ffffffff90e83f31 __do_page_cache_readahead+0x1c1\n ffffffff90e79e98 filemap_fault+0x788\n ffffffff90eb0458 __do_fault+0x38\n ffffffff90eb5280 do_fault+0x1a0\n ffffffff90eb7c84 __handle_mm_fault+0x4d4\n ffffffff90eb8093 handle_mm_fault+0xc3\n ffffffff90c74f6d __do_page_fault+0x1ed\n ffffffff90c75277 do_page_fault+0x37\n ffffffff9160111e page_fault+0x1e\n ffffffff9109e7b5 copyin+0x25\n ffffffff9109eb40 _copy_from_iter_full+0xe0\n ffffffff91462370 tcp_sendmsg_locked+0x5e0\n ffffffff91462370 tcp_sendmsg_locked+0x5e0\n ffffffff91462b57 tcp_sendmsg+0x27\n ffffffff9139815c sock_sendmsg+0x4c\n ffffffff913981f7 sock_write_iter+0x97\n ffffffff90f2cc56 do_iter_readv_writev+0x156\n ffffffff90f2dff0 do_iter_write+0x80\n ffffffff90f2e1c3 vfs_writev+0xa3\n ffffffff90f2e27c do_writev+0x5c\n ffffffff90c042bb do_syscall_64+0x5b\n ffffffff916000ad entry_SYSCALL_64_after_hwframe+0x65\n\nThe cifs filesystem rightfully sets sk_allocations to GFP_NOFS,\nwe can avoid the nesting using the sk page frag for allocation\nlacking the __GFP_FS flag. Do not define an additional mm-helper\nfor that, as this is strictly tied to the sk page frag usage.\n\nv1 -> v2:\n - use a stricted sk_page_frag() check instead of reordering the\n code (Eric)", title: "Vulnerability description", }, { category: "summary", text: "kernel: tcp: fix page frag corruption on page fault", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47544", }, { category: "external", summary: "RHBZ#2283406", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2283406", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47544", url: "https://www.cve.org/CVERecord?id=CVE-2021-47544", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47544", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47544", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024052440-CVE-2021-47544-ceb5@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024052440-CVE-2021-47544-ceb5@gregkh/T", }, ], release_date: "2024-05-24T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.3, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: tcp: fix page frag corruption on page fault", }, { cve: "CVE-2021-47556", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2024-05-24T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2283393", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\nethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()\n\nethtool_set_coalesce() now uses both the .get_coalesce() and\n.set_coalesce() callbacks. But the check for their availability is\nbuggy, so changing the coalesce settings on a device where the driver\nprovides only _one_ of the callbacks results in a NULL pointer\ndereference instead of an -EOPNOTSUPP.\n\nFix the condition so that the availability of both callbacks is\nensured. This also matches the netlink code.\n\nNote that reproducing this requires some effort - it only affects the\nlegacy ioctl path, and needs a specific combination of driver options:\n- have .get_coalesce() and .coalesce_supported but no\n .set_coalesce(), or\n- have .set_coalesce() but no .get_coalesce(). Here eg. ethtool doesn't\n cause the crash as it first attempts to call ethtool_get_coalesce()\n and bails out on error.", title: "Vulnerability description", }, { category: "summary", text: "kernel: ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47556", }, { category: "external", summary: "RHBZ#2283393", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2283393", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47556", url: "https://www.cve.org/CVERecord?id=CVE-2021-47556", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47556", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47556", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024052443-CVE-2021-47556-558e@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024052443-CVE-2021-47556-558e@gregkh/T", }, ], release_date: "2024-05-24T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 4.7, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce()", }, { cve: "CVE-2021-47590", cwe: { id: "CWE-833", name: "Deadlock", }, discovery_date: "2024-06-19T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2293237", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\nmptcp: fix deadlock in __mptcp_push_pending()\n\n__mptcp_push_pending() may call mptcp_flush_join_list() with subflow\nsocket lock held. If such call hits mptcp_sockopt_sync_all() then\nsubsequently __mptcp_sockopt_sync() could try to lock the subflow\nsocket for itself, causing a deadlock.\n\nsysrq: Show Blocked State\ntask:ss-server state:D stack: 0 pid: 938 ppid: 1 flags:0x00000000\nCall Trace:\n <TASK>\n __schedule+0x2d6/0x10c0\n ? __mod_memcg_state+0x4d/0x70\n ? csum_partial+0xd/0x20\n ? _raw_spin_lock_irqsave+0x26/0x50\n schedule+0x4e/0xc0\n __lock_sock+0x69/0x90\n ? do_wait_intr_irq+0xa0/0xa0\n __lock_sock_fast+0x35/0x50\n mptcp_sockopt_sync_all+0x38/0xc0\n __mptcp_push_pending+0x105/0x200\n mptcp_sendmsg+0x466/0x490\n sock_sendmsg+0x57/0x60\n __sys_sendto+0xf0/0x160\n ? do_wait_intr_irq+0xa0/0xa0\n ? fpregs_restore_userregs+0x12/0xd0\n __x64_sys_sendto+0x20/0x30\n do_syscall_64+0x38/0x90\n entry_SYSCALL_64_after_hwframe+0x44/0xae\nRIP: 0033:0x7f9ba546c2d0\nRSP: 002b:00007ffdc3b762d8 EFLAGS: 00000246 ORIG_RAX: 000000000000002c\nRAX: ffffffffffffffda RBX: 00007f9ba56c8060 RCX: 00007f9ba546c2d0\nRDX: 000000000000077a RSI: 0000000000e5e180 RDI: 0000000000000234\nRBP: 0000000000cc57f0 R08: 0000000000000000 R09: 0000000000000000\nR10: 0000000000000000 R11: 0000000000000246 R12: 00007f9ba56c8060\nR13: 0000000000b6ba60 R14: 0000000000cc7840 R15: 41d8685b1d7901b8\n </TASK>\n\nFix the issue by using __mptcp_flush_join_list() instead of plain\nmptcp_flush_join_list() inside __mptcp_push_pending(), as suggested by\nFlorian. The sockopt sync will be deferred to the workqueue.", title: "Vulnerability description", }, { category: "summary", text: "kernel: mptcp: fix deadlock in __mptcp_push_pending()", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47590", }, { category: "external", summary: "RHBZ#2293237", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2293237", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47590", url: "https://www.cve.org/CVERecord?id=CVE-2021-47590", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47590", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47590", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024061919-CVE-2021-47590-6db0@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024061919-CVE-2021-47590-6db0@gregkh/T", }, ], release_date: "2024-06-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: mptcp: fix deadlock in __mptcp_push_pending()", }, { cve: "CVE-2021-47614", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2024-06-19T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2293265", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\nRDMA/irdma: Fix a user-after-free in add_pble_prm\n\nWhen irdma_hmc_sd_one fails, 'chunk' is freed while its still on the PBLE\ninfo list.\n\nAdd the chunk entry to the PBLE info list only after successful setting of\nthe SD in irdma_hmc_sd_one.", title: "Vulnerability description", }, { category: "summary", text: "kernel: RDMA/irdma: Fix a user-after-free in add_pble_prm", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2021-47614", }, { category: "external", summary: "RHBZ#2293265", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2293265", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2021-47614", url: "https://www.cve.org/CVERecord?id=CVE-2021-47614", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2021-47614", url: "https://nvd.nist.gov/vuln/detail/CVE-2021-47614", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024061908-CVE-2021-47614-6dd2@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024061908-CVE-2021-47614-6dd2@gregkh/T", }, ], release_date: "2024-06-19T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.7, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: RDMA/irdma: Fix a user-after-free in add_pble_prm", }, { acknowledgments: [ { names: [ "Intel", ], }, ], cve: "CVE-2022-0001", discovery_date: "2022-03-08T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2061712", }, ], notes: [ { category: "description", text: "A flaw was found in hw. The Branch History Injection (BHI) describes a specific form of intra-mode BTI. This flaw allows an unprivileged attacker to manipulate the branch history before transitioning to supervisor or VMX root mode. This issue is an effort to cause an indirect branch predictor to select a specific predictor entry for an indirect branch, and a disclosure gadget at the predicted target will transiently execute. This execution is possible since the relevant branch history may contain branches taken in previous security contexts, and in particular, in other predictor modes.", title: "Vulnerability description", }, { category: "summary", text: "hw: cpu: intel: Branch History Injection (BHI)", title: "Vulnerability summary", }, { category: "other", text: "The current known mechanisms to exploit this issue rely on unprivileged eBPF functionality. Unprivileged eBPF is disabled by default on Red Hat Enterprise Linux.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-0001", }, { category: "external", summary: "RHBZ#2061712", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2061712", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-0001", url: "https://www.cve.org/CVERecord?id=CVE-2022-0001", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-0001", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-0001", }, { category: "external", summary: "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/branch-history-injection.html", url: "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/branch-history-injection.html", }, { category: "external", summary: "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00598.html", url: "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00598.html", }, { category: "external", summary: "https://www.vusec.net/projects/bhi-spectre-bhb/", url: "https://www.vusec.net/projects/bhi-spectre-bhb/", }, ], release_date: "2022-03-08T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Disabling unprivileged eBPF effectively mitigates the known attack vectors for exploiting intra-mode branch injections attacks.\n\nThe default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl.\n\nFor the Red Hat Enterprise Linux 7, the eBPF for unprivileged users is always disabled.\n\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nContinue to enable SMEP and Enhanced IBRS. This is the default setting on eligible CPUs.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 4.7, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "hw: cpu: intel: Branch History Injection (BHI)", }, { acknowledgments: [ { names: [ "Intel", ], }, ], cve: "CVE-2022-0002", discovery_date: "2022-03-08T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2061721", }, ], notes: [ { category: "description", text: "A flaw was found in hw. The Intra-mode BTI refers to a variant of Branch Target Injection aka SpectreV2 (BTI) where an indirect branch speculates to an aliased predictor entry for a different indirect branch in the same predictor mode, and a disclosure gadget at the predicted target transiently executes. These predictor entries may contain targets corresponding to the targets of an indirect near jump, indirect near call, and near return instructions, even if these branches were only transiently executed. The managed runtimes provide an attacker with the means to create the aliasing required for intra-mode BTI attacks.", title: "Vulnerability description", }, { category: "summary", text: "hw: cpu: intel: Intra-Mode BTI", title: "Vulnerability summary", }, { category: "other", text: "The current known mechanisms to exploit this issue rely on unprivileged eBPF functionality. Unprivileged eBPF is disabled by default on Red Hat Enterprise Linux.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-0002", }, { category: "external", summary: "RHBZ#2061721", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2061721", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-0002", url: "https://www.cve.org/CVERecord?id=CVE-2022-0002", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-0002", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-0002", }, { category: "external", summary: "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/branch-history-injection.html", url: "https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/technical-documentation/branch-history-injection.html", }, { category: "external", summary: "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00598.html", url: "https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00598.html", }, { category: "external", summary: "https://www.vusec.net/projects/bhi-spectre-bhb/", url: "https://www.vusec.net/projects/bhi-spectre-bhb/", }, ], release_date: "2022-03-08T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Disabling unprivileged eBPF effectively mitigates the known attack vectors for exploiting intra-mode branch injections attacks.\n\nThe default Red Hat Enterprise Linux kernel prevents unprivileged users from being able to use eBPF by the kernel.unprivileged_bpf_disabled sysctl.\n\nFor the Red Hat Enterprise Linux 7 the eBPF for unprivileged users is always disabled.\n\nFor the Red Hat Enterprise Linux 8 to confirm the current state, inspect the sysctl with the command:\n\n# cat /proc/sys/kernel/unprivileged_bpf_disabled\n\nThe setting of 1 would mean that unprivileged users can not use eBPF, mitigating the flaw.\n\nContinue to enable SMEP and Enhanced IBRS. This is the default setting on eligible CPUs.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "NONE", baseScore: 4.7, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "hw: cpu: intel: Intra-Mode BTI", }, { acknowledgments: [ { names: [ "De4dCr0w", ], organization: "360 Vulnerability Research Institute", }, ], cve: "CVE-2022-0286", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2022-01-04T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2037019", }, ], notes: [ { category: "description", text: "A NULL pointer dereference flaw was found in the Linux kernel’s bonding driver in the way a user bonds non existing or fake device. This flaw allows a local user to crash the system, causing a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "kernel: Local denial of service in bond_ipsec_add_sa", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-0286", }, { category: "external", summary: "RHBZ#2037019", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2037019", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-0286", url: "https://www.cve.org/CVERecord?id=CVE-2022-0286", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-0286", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-0286", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=105cd17a866017b45f3c45901b394c711c97bf40", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=105cd17a866017b45f3c45901b394c711c97bf40", }, ], release_date: "2021-07-06T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "To mitigate this issue, prevent the module bonding from being loaded. Please see https://access.redhat.com/solutions/41278 for information on how to blacklist a kernel module to prevent it from loading automatically.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.1, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: Local denial of service in bond_ipsec_add_sa", }, { cve: "CVE-2022-0322", cwe: { id: "CWE-681", name: "Incorrect Conversion between Numeric Types", }, discovery_date: "2021-12-16T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2042822", }, ], notes: [ { category: "description", text: "A flaw was found in the sctp_make_strreset_req function in net/sctp/sm_make_chunk.c in the SCTP network protocol in the Linux kernel with a local user privilege access. In this flaw, an attempt to use more buffer than is allocated triggers a BUG_ON issue, leading to a denial of service (DOS).", title: "Vulnerability description", }, { category: "summary", text: "kernel: DoS in sctp_addto_chunk in net/sctp/sm_make_chunk.c", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-0322", }, { category: "external", summary: "RHBZ#2042822", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2042822", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-0322", url: "https://www.cve.org/CVERecord?id=CVE-2022-0322", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-0322", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-0322", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a2d859e3fc97e79d907761550dbc03ff1b36479c", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a2d859e3fc97e79d907761550dbc03ff1b36479c", }, ], release_date: "2021-10-14T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is to skip loading the affected module SCTP onto the system. Until we have a fix available, this can be done by a blacklist mechanism and will ensure the driver is not loaded at the boot time.\n~~~\nHow do I blacklist a kernel module to prevent it from loading automatically?\nhttps://access.redhat.com/solutions/41278 \n~~~", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: DoS in sctp_addto_chunk in net/sctp/sm_make_chunk.c", }, { acknowledgments: [ { names: [ "elijahbai", ], organization: "Tencent Security Yunding Lab", }, ], cve: "CVE-2022-0850", cwe: { id: "CWE-200", name: "Exposure of Sensitive Information to an Unauthorized Actor", }, discovery_date: "2021-11-10T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2060606", }, ], notes: [ { category: "description", text: "An information leak flaw was found via ext4_extent_header in fs/ext4/extents.c in the Linux kernel. This flaw could allow a local attacker to cause a denial of service.", title: "Vulnerability description", }, { category: "summary", text: "kernel: information leak in copy_page_to_iter() in iov_iter.c", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-0850", }, { category: "external", summary: "RHBZ#2060606", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2060606", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-0850", url: "https://www.cve.org/CVERecord?id=CVE-2022-0850", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-0850", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-0850", }, { category: "external", summary: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ce3aba43599f0b50adbebff133df8d08a3d5fffe", url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ce3aba43599f0b50adbebff133df8d08a3d5fffe", }, { category: "external", summary: "https://syzkaller.appspot.com/bug?id=78e9ad0e6952a3ca16e8234724b2fa92d041b9b8", url: "https://syzkaller.appspot.com/bug?id=78e9ad0e6952a3ca16e8234724b2fa92d041b9b8", }, ], release_date: "2021-05-06T19:30:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7.1, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: information leak in copy_page_to_iter() in iov_iter.c", }, { acknowledgments: [ { names: [ "Miklos Szeredi", "Jann Horn", ], }, ], cve: "CVE-2022-1011", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2022-03-02T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2064855", }, ], notes: [ { category: "description", text: "A use-after-free flaw was found in the Linux kernel’s FUSE filesystem in the way a user triggers write(). This flaw allows a local user to gain unauthorized access to data from the FUSE filesystem, resulting in privilege escalation.", title: "Vulnerability description", }, { category: "summary", text: "kernel: FUSE allows UAF reads of write() buffers, allowing theft of (partial) /etc/shadow hashes", title: "Vulnerability summary", }, { category: "other", text: "For the Red Hat Enterprise Linux the issue actual if fuse or fuse3 package is installed on the system and only privileged user can install it.", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-1011", }, { category: "external", summary: "RHBZ#2064855", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2064855", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-1011", url: "https://www.cve.org/CVERecord?id=CVE-2022-1011", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-1011", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-1011", }, { category: "external", summary: "https://lore.kernel.org/lkml/20220414110839.241541230@linuxfoundation.org/", url: "https://lore.kernel.org/lkml/20220414110839.241541230@linuxfoundation.org/", }, ], release_date: "2022-03-07T10:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "HIGH", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 7, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: FUSE allows UAF reads of write() buffers, allowing theft of (partial) /etc/shadow hashes", }, { acknowledgments: [ { names: [ "Jiasheng Jiang", ], }, ], cve: "CVE-2022-3105", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2022-12-13T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2153067", }, ], notes: [ { category: "description", text: "An issue was discovered in the Linux kernel through 5.16-rc6. uapi_finalize in drivers/infiniband/core/uverbs_uapi.c lacks check of kmalloc_array().", title: "Vulnerability description", }, { category: "summary", text: "kernel: RDMA/uverbs: NULL pointer dereference in uapi_finalize()", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-3105", }, { category: "external", summary: "RHBZ#2153067", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2153067", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-3105", url: "https://www.cve.org/CVERecord?id=CVE-2022-3105", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-3105", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-3105", }, ], release_date: "2022-12-13T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: RDMA/uverbs: NULL pointer dereference in uapi_finalize()", }, { acknowledgments: [ { names: [ "Jiasheng Jiang", ], }, ], cve: "CVE-2022-3106", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2022-12-13T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2153066", }, ], notes: [ { category: "description", text: "An issue was discovered in the Linux kernel through 5.16-rc6. ef100_update_stats in drivers/net/ethernet/sfc/ef100_nic.c lacks check of the return value of kmalloc().", title: "Vulnerability description", }, { category: "summary", text: "kernel: sfc_ef100: NULL pointer dereference in ef100_update_stats()", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-3106", }, { category: "external", summary: "RHBZ#2153066", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2153066", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-3106", url: "https://www.cve.org/CVERecord?id=CVE-2022-3106", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-3106", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-3106", }, ], release_date: "2022-12-13T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: sfc_ef100: NULL pointer dereference in ef100_update_stats()", }, { acknowledgments: [ { names: [ "Jiasheng Jiang", ], }, ], cve: "CVE-2022-3108", cwe: { id: "CWE-476", name: "NULL Pointer Dereference", }, discovery_date: "2022-12-13T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2153052", }, ], notes: [ { category: "description", text: "An issue was discovered in the Linux kernel through 5.16-rc6. kfd_parse_subtype_iolink in drivers/gpu/drm/amd/amdkfd/kfd_crat.c lacks check of the return value of kmemdup().", title: "Vulnerability description", }, { category: "summary", text: "kernel: drm/amdkfd: NULL pointer dereference in kfd_parse_subtype_iolink()", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-3108", }, { category: "external", summary: "RHBZ#2153052", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2153052", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-3108", url: "https://www.cve.org/CVERecord?id=CVE-2022-3108", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-3108", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-3108", }, ], release_date: "2022-12-13T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: drm/amdkfd: NULL pointer dereference in kfd_parse_subtype_iolink()", }, { cve: "CVE-2022-48771", cwe: { id: "CWE-416", name: "Use After Free", }, discovery_date: "2024-06-20T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2293337", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/vmwgfx: Fix stale file descriptors on failed usercopy\n\nA failing usercopy of the fence_rep object will lead to a stale entry in\nthe file descriptor table as put_unused_fd() won't release it. This\nenables userland to refer to a dangling 'file' object through that still\nvalid file descriptor, leading to all kinds of use-after-free\nexploitation scenarios.\n\nFix this by deferring the call to fd_install() until after the usercopy\nhas succeeded.", title: "Vulnerability description", }, { category: "summary", text: "kernel: drm/vmwgfx: Fix stale file descriptors on failed usercopy", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-48771", }, { category: "external", summary: "RHBZ#2293337", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2293337", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-48771", url: "https://www.cve.org/CVERecord?id=CVE-2022-48771", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-48771", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-48771", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024062011-CVE-2022-48771-2c90@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024062011-CVE-2022-48771-2c90@gregkh/T", }, ], release_date: "2024-06-20T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 4.4, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: drm/vmwgfx: Fix stale file descriptors on failed usercopy", }, { cve: "CVE-2022-48904", cwe: { id: "CWE-401", name: "Missing Release of Memory after Effective Lifetime", }, discovery_date: "2024-08-22T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2307157", }, ], notes: [ { category: "description", text: "In the Linux kernel, the following vulnerability has been resolved:\n\niommu/amd: Fix I/O page table memory leak\n\nThe current logic updates the I/O page table mode for the domain\nbefore calling the logic to free memory used for the page table.\nThis results in IOMMU page table memory leak, and can be observed\nwhen launching VM w/ pass-through devices.\n\nFix by freeing the memory used for page table before updating the mode.", title: "Vulnerability description", }, { category: "summary", text: "kernel: iommu/amd: Fix I/O page table memory leak", title: "Vulnerability summary", }, { category: "other", text: "This issue is fixed in RHEL-8.6 and above (including RHEL 8.10)\n~~~\nin (rhel-8.6, rhel-8.7, rhel-8.8, rhel-8.9, rhel-8.10) iommu/amd: Fix I/O page table memory leak\n~~~", title: "Statement", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2022-48904", }, { category: "external", summary: "RHBZ#2307157", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2307157", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2022-48904", url: "https://www.cve.org/CVERecord?id=CVE-2022-48904", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2022-48904", url: "https://nvd.nist.gov/vuln/detail/CVE-2022-48904", }, { category: "external", summary: "https://lore.kernel.org/linux-cve-announce/2024082212-CVE-2022-48904-b02c@gregkh/T", url: "https://lore.kernel.org/linux-cve-announce/2024082212-CVE-2022-48904-b02c@gregkh/T", }, ], release_date: "2024-08-22T00:00:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 5.5, baseSeverity: "MEDIUM", confidentialityImpact: "NONE", integrityImpact: "NONE", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Moderate", }, ], title: "kernel: iommu/amd: Fix I/O page table memory leak", }, { cve: "CVE-2023-0459", cwe: { id: "CWE-402", name: "Transmission of Private Resources into a New Sphere ('Resource Leak')", }, discovery_date: "2023-06-21T00:00:00+00:00", ids: [ { system_name: "Red Hat Bugzilla ID", text: "2216383", }, ], notes: [ { category: "description", text: "A vulnerability was found in copy_from_user in 64-bit versions of the Linux kernel. This flaw allows a local attacker to bypass the \"access_ok\" sanity check and pass a kernel pointer to copy_from_user(), resulting in kernel data leaking.", title: "Vulnerability description", }, { category: "summary", text: "kernel: Copy_from_user on 64-bit versions may leak kernel information", title: "Vulnerability summary", }, { category: "general", text: "The CVSS score(s) listed for this vulnerability do not reflect the associated product's status, and are included for informational purposes to better understand the severity of this vulnerability.", title: "CVSS score applicability", }, ], product_status: { fixed: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, references: [ { category: "self", summary: "Canonical URL", url: "https://access.redhat.com/security/cve/CVE-2023-0459", }, { category: "external", summary: "RHBZ#2216383", url: "https://bugzilla.redhat.com/show_bug.cgi?id=2216383", }, { category: "external", summary: "https://www.cve.org/CVERecord?id=CVE-2023-0459", url: "https://www.cve.org/CVERecord?id=CVE-2023-0459", }, { category: "external", summary: "https://nvd.nist.gov/vuln/detail/CVE-2023-0459", url: "https://nvd.nist.gov/vuln/detail/CVE-2023-0459", }, { category: "external", summary: "https://github.com/torvalds/linux/commit/4b842e4e25b12951fa10dedb4bc16bc47e3b850c", url: "https://github.com/torvalds/linux/commit/4b842e4e25b12951fa10dedb4bc16bc47e3b850c", }, ], release_date: "2020-02-15T06:30:00+00:00", remediations: [ { category: "vendor_fix", date: "2022-05-10T13:58:00+00:00", details: "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nThe system must be rebooted for this update to take effect.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], restart_required: { category: "machine", }, url: "https://access.redhat.com/errata/RHSA-2022:1988", }, { category: "workaround", details: "Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", product_ids: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], scores: [ { cvss_v3: { attackComplexity: "LOW", attackVector: "LOCAL", availabilityImpact: "HIGH", baseScore: 6.7, baseSeverity: "MEDIUM", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "HIGH", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H", version: "3.1", }, products: [ "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "BaseOS-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "BaseOS-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:bpftool-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.src", "CRB-8.6.0.GA:kernel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-abi-stablelists-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-cross-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-core-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debug-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-debuginfo-common-aarch64-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-debuginfo-common-ppc64le-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-debuginfo-common-s390x-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-debuginfo-common-x86_64-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-doc-0:4.18.0-372.9.1.el8.noarch", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-headers-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-modules-extra-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-tools-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:kernel-tools-libs-devel-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:kernel-zfcpdump-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-core-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-devel-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:kernel-zfcpdump-modules-extra-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-0:4.18.0-372.9.1.el8.x86_64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.aarch64", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.ppc64le", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.s390x", "CRB-8.6.0.GA:python3-perf-debuginfo-0:4.18.0-372.9.1.el8.x86_64", ], }, ], threats: [ { category: "impact", details: "Low", }, ], title: "kernel: Copy_from_user on 64-bit versions may leak kernel information", }, ], }
Log in or create an account to share your comment.
This schema specifies the format of a comment related to a security advisory.
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.