CVE & CISA-KEV Catalog

CVE-2024-27012

MEDIUM
5.5
CVSS v3
NVD

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: restore set elements when delete set fails From abort path, nft_mapelem_activate() needs to restore refcounters to the original state. Currently, it uses the set->ops->walk() to iterate over these set elements. The existing set iterator skips inactive elements in the next generation, this does not work from the abort path to restore the original state since it has to skip active elements instead (not inactive ones). This patch moves the check for inactive elements to the set iterator callback, then it reverses the logic for the .activate case which needs to skip active elements. Toggle next generation bit for elements when delete set command is invoked and call nft_clear() from .activate (abort) path to restore the next generation bit. The splat below shows an object in mappings memleak: [43929.457523] ------------[ cut here ]------------ [43929.457532] WARNING: CPU: 0 PID: 1139 at include/net/netfilter/nf_tables.h:1237 nft_setelem_data_deactivate+0xe4/0xf0 [nf_tables] [...] [43929.458014] RIP: 0010:nft_setelem_data_deactivate+0xe4/0xf0 [nf_tables] [43929.458076] Code: 83 f8 01 77 ab 49 8d 7c 24 08 e8 37 5e d0 de 49 8b 6c 24 08 48 8d 7d 50 e8 e9 5c d0 de 8b 45 50 8d 50 ff 89 55 50 85 c0 75 86 <0f> 0b eb 82 0f 0b eb b3 0f 1f 40 00 90 90 90 90 90 90 90 90 90 90 [43929.458081] RSP: 0018:ffff888140f9f4b0 EFLAGS: 00010246 [43929.458086] RAX: 0000000000000000 RBX: ffff8881434f5288 RCX: dffffc0000000000 [43929.458090] RDX: 00000000ffffffff RSI: ffffffffa26d28a7 RDI: ffff88810ecc9550 [43929.458093] RBP: ffff88810ecc9500 R08: 0000000000000001 R09: ffffed10281f3e8f [43929.458096] R10: 0000000000000003 R11: ffff0000ffff0000 R12: ffff8881434f52a0 [43929.458100] R13: ffff888140f9f5f4 R14: ffff888151c7a800 R15: 0000000000000002 [43929.458103] FS: 00007f0c687c4740(0000) GS:ffff888390800000(0000) knlGS:0000000000000000 [43929.458107] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [43929.458111] CR2: 00007f58dbe5b008 CR3: 0000000123602005 CR4: 00000000001706f0 [43929.458114] Call Trace: [43929.458118] <TASK> [43929.458121] ? __warn+0x9f/0x1a0 [43929.458127] ? nft_setelem_data_deactivate+0xe4/0xf0 [nf_tables] [43929.458188] ? report_bug+0x1b1/0x1e0 [43929.458196] ? handle_bug+0x3c/0x70 [43929.458200] ? exc_invalid_op+0x17/0x40 [43929.458211] ? nft_setelem_data_deactivate+0xd7/0xf0 [nf_tables] [43929.458271] ? nft_setelem_data_deactivate+0xe4/0xf0 [nf_tables] [43929.458332] nft_mapelem_deactivate+0x24/0x30 [nf_tables] [43929.458392] nft_rhash_walk+0xdd/0x180 [nf_tables] [43929.458453] ? __pfx_nft_rhash_walk+0x10/0x10 [nf_tables] [43929.458512] ? rb_insert_color+0x2e/0x280 [43929.458520] nft_map_deactivate+0xdc/0x1e0 [nf_tables] [43929.458582] ? __pfx_nft_map_deactivate+0x10/0x10 [nf_tables] [43929.458642] ? __pfx_nft_mapelem_deactivate+0x10/0x10 [nf_tables] [43929.458701] ? __rcu_read_unlock+0x46/0x70 [43929.458709] nft_delset+0xff/0x110 [nf_tables] [43929.458769] nft_flush_table+0x16f/0x460 [nf_tables] [43929.458830] nf_tables_deltable+0x501/0x580 [nf_tables]

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.176-1CVE-2024-27012
Fixed in:6.8.9-1CVE-2024-27012
Fixed in:6.8.9-1CVE-2024-27012
bpftoolRocky
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
bpftoolRed Hat / RHEL
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
bpftool-debuginfoRocky
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:7.3.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:7.4.0-503.11.1.el9_5RHSA-2024:9315
kernelRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernelRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64kRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debugRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-devel-matchedRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-64k-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-64k-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-abi-stablelistsRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-abi-stablelistsRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-cross-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debugRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debugRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-devel-matchedRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-modulesRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debug-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfoRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-aarch64Rocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-aarch64Red Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-ppc64leRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-ppc64leRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-s390xRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-s390xRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-debuginfo-common-x86_64Red Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-debuginfo-common-x86_64Rocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-develRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-develRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-devel-matchedRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-docRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-docRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-headersRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-headersRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-modules-extraRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rtRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debugRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-kvmRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-kvmRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debug-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-debuginfoRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-develRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-kvmRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-modulesRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-modules-coreRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-rt-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-rt-modules-extraRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-toolsRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-toolsRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-tools-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libsRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libs-develRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-tools-libs-develRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virtRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virtRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-uki-virt-addonsRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-uki-virt-addonsRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdumpRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdumpRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-develRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-develRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-devel-matchedRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modulesRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-modulesRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-modules-coreRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
kernel-zfcpdump-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
kernel-zfcpdump-modules-extraRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
libperfRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
libperf-debuginfoRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
perfRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
perfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
perf-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
python3-perfRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perfRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
python3-perf-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
rtlaRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rtlaRocky
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
rvRocky
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
rvRed Hat / RHEL
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-503.11.1.el9_5RHSA-2024:9315
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
Fixed in:0:5.14.0-427.55.1.el9_4RHSA-2025:1658
linuxUbuntu
Fixed in:5.4.0-196.216USN-7022-1
Fixed in:5.15.0-122.132USN-7021-1
Fixed in:6.8.0-38.38USN-6893-1
linux-awsUbuntu
Fixed in:5.4.0-1133.143USN-7022-1
Fixed in:5.15.0-1070.76USN-7021-1
Fixed in:6.8.0-1011.12USN-6893-3
linux-aws-5.15Ubuntu
Fixed in:5.15.0-1070.76~20.04.1USN-7021-1
linux-aws-5.4Ubuntu
Fixed in:5.4.0-1133.143~18.04.1USN-7022-1
linux-azureUbuntu
Fixed in:5.4.0-1138.145USN-7022-1
Fixed in:5.15.0-1073.82USN-7021-1
Fixed in:6.8.0-1010.10USN-6893-1
linux-azure-5.15Ubuntu
Fixed in:5.15.0-1073.82~20.04.1USN-7021-1
linux-azure-5.4Ubuntu
Fixed in:5.4.0-1138.145~18.04.1USN-7022-1
linux-azure-fdeUbuntu
Fixed in:5.15.0-1073.82.1USN-7021-5
linux-azure-fde-5.15Ubuntu
Fixed in:5.15.0-1073.82~20.04.1.1USN-7021-4
linux-bluefieldUbuntu
Fixed in:5.4.0-1093.100USN-7022-1
linux-gcpUbuntu
Fixed in:5.4.0-1137.146USN-7022-1
Fixed in:5.15.0-1069.77USN-7021-1
Fixed in:6.8.0-1010.11USN-6893-1
linux-gcp-5.15Ubuntu
Fixed in:5.15.0-1069.77~20.04.1USN-7021-1
linux-gcp-5.4Ubuntu
Fixed in:5.4.0-1137.146~18.04.1USN-7022-1
linux-gkeUbuntu
Fixed in:5.15.0-1067.73USN-7021-1
Fixed in:6.8.0-1006.9USN-6893-2
linux-gkeopUbuntu
Fixed in:5.4.0-1100.104USN-7022-1
Fixed in:5.15.0-1053.60USN-7021-1
linux-gkeop-5.15Ubuntu
Fixed in:5.15.0-1053.60~20.04.1USN-7021-1
linux-hwe-5.15Ubuntu
Fixed in:5.15.0-122.132~20.04.1USN-7021-1
linux-hwe-5.4Ubuntu
Fixed in:5.4.0-196.216~18.04.1USN-7022-1
linux-ibmUbuntu
Fixed in:5.4.0-1080.85USN-7022-1
Fixed in:5.15.0-1063.66USN-7021-1
Fixed in:6.8.0-1008.8USN-6893-1
linux-ibm-5.15Ubuntu
Fixed in:5.15.0-1063.66~20.04.1USN-7021-2
linux-ibm-5.4Ubuntu
Fixed in:5.4.0-1080.85~18.04.1USN-7022-1
linux-image-5.15.0-1036-xilinx-zynqmpUbuntu
Fixed in:5.15.0-1036.40USN-7021-2
linux-image-5.15.0-1053-gkeopUbuntu
Fixed in:5.15.0-1053.60~20.04.1USN-7021-1
Fixed in:5.15.0-1053.60USN-7021-1
linux-image-5.15.0-1063-ibmUbuntu
Fixed in:5.15.0-1063.66~20.04.1USN-7021-2
Fixed in:5.15.0-1063.66USN-7021-1
linux-image-5.15.0-1063-raspiUbuntu
Fixed in:5.15.0-1063.66USN-7021-1
linux-image-5.15.0-1065-intel-iotgUbuntu
Fixed in:5.15.0-1065.71~20.04.1USN-7021-1
Fixed in:5.15.0-1065.71USN-7021-1
linux-image-5.15.0-1065-nvidiaUbuntu
Fixed in:5.15.0-1065.66USN-7021-1
linux-image-5.15.0-1065-nvidia-lowlatencyUbuntu
Fixed in:5.15.0-1065.66USN-7021-1
linux-image-5.15.0-1067-gkeUbuntu
Fixed in:5.15.0-1067.73USN-7021-1
linux-image-5.15.0-1067-kvmUbuntu
Fixed in:5.15.0-1067.72USN-7021-1
linux-image-5.15.0-1068-oracleUbuntu
Fixed in:5.15.0-1068.74~20.04.1USN-7021-2
Fixed in:5.15.0-1068.74USN-7021-1
linux-image-5.15.0-1069-gcpUbuntu
Fixed in:5.15.0-1069.77~20.04.1USN-7021-1
Fixed in:5.15.0-1069.77USN-7021-1
linux-image-5.15.0-1070-awsUbuntu
Fixed in:5.15.0-1070.76~20.04.1USN-7021-1
Fixed in:5.15.0-1070.76USN-7021-1
linux-image-5.15.0-1073-azureUbuntu
Fixed in:5.15.0-1073.82~20.04.1USN-7021-1
Fixed in:5.15.0-1073.82USN-7021-1
linux-image-5.15.0-1073-azure-fdeUbuntu
Fixed in:5.15.0-1073.82~20.04.1.1USN-7021-4
Fixed in:5.15.0-1073.82.1USN-7021-5
linux-image-5.15.0-122-genericUbuntu
Fixed in:5.15.0-122.132~20.04.1USN-7021-1
Fixed in:5.15.0-122.132USN-7021-1
linux-image-5.15.0-122-generic-64kUbuntu
Fixed in:5.15.0-122.132~20.04.1USN-7021-1
Fixed in:5.15.0-122.132USN-7021-1
linux-image-5.15.0-122-generic-lpaeUbuntu
Fixed in:5.15.0-122.132~20.04.1USN-7021-1
Fixed in:5.15.0-122.132USN-7021-1
linux-image-5.15.0-122-lowlatencyUbuntu
Fixed in:5.15.0-122.132~20.04.1USN-7021-3
Fixed in:5.15.0-122.132USN-7021-3
linux-image-5.15.0-122-lowlatency-64kUbuntu
Fixed in:5.15.0-122.132~20.04.1USN-7021-3
Fixed in:5.15.0-122.132USN-7021-3
linux-image-5.4.0-1044-iotUbuntu
Fixed in:5.4.0-1044.45USN-7119-1
linux-image-5.4.0-1052-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1052.56USN-7022-1
linux-image-5.4.0-1080-ibmUbuntu
Fixed in:5.4.0-1080.85~18.04.1USN-7022-1
Fixed in:5.4.0-1080.85USN-7022-1
linux-image-5.4.0-1093-bluefieldUbuntu
Fixed in:5.4.0-1093.100USN-7022-1
linux-image-5.4.0-1100-gkeopUbuntu
Fixed in:5.4.0-1100.104USN-7022-1
linux-image-5.4.0-1117-raspiUbuntu
Fixed in:5.4.0-1117.129~18.04.1USN-7022-3
Fixed in:5.4.0-1117.129USN-7022-2
linux-image-5.4.0-1121-kvmUbuntu
Fixed in:5.4.0-1121.129USN-7022-1
linux-image-5.4.0-1132-oracleUbuntu
Fixed in:5.4.0-1132.141~18.04.1USN-7022-1
Fixed in:5.4.0-1132.141USN-7022-1
linux-image-5.4.0-1133-awsUbuntu
Fixed in:5.4.0-1133.143~18.04.1USN-7022-1
Fixed in:5.4.0-1133.143USN-7022-1
linux-image-5.4.0-1137-gcpUbuntu
Fixed in:5.4.0-1137.146~18.04.1USN-7022-1
Fixed in:5.4.0-1137.146USN-7022-1
linux-image-5.4.0-1138-azureUbuntu
Fixed in:5.4.0-1138.145~18.04.1USN-7022-1
Fixed in:5.4.0-1138.145USN-7022-1
linux-image-5.4.0-196-genericUbuntu
Fixed in:5.4.0-196.216~18.04.1USN-7022-1
Fixed in:5.4.0-196.216USN-7022-1
linux-image-5.4.0-196-generic-lpaeUbuntu
Fixed in:5.4.0-196.216USN-7022-1
linux-image-5.4.0-196-lowlatencyUbuntu
Fixed in:5.4.0-196.216~18.04.1USN-7022-1
Fixed in:5.4.0-196.216USN-7022-1
linux-image-6.8.0-1006-gkeUbuntu
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-6.8.0-1007-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-6.8.0-1007-raspiUbuntu
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-6.8.0-1008-ibmUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oemUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-6.8.0-1008-oracleUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1008-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-6.8.0-1009-nvidiaUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1009-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-6.8.0-1010-azureUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-azure-fdeUbuntu
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-6.8.0-1010-gcpUbuntu
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-6.8.0-1011-awsUbuntu
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-6.8.0-38-genericUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-generic-64kUbuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-6.8.0-38-lowlatencyUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-6.8.0-38-lowlatency-64kUbuntu
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-awsUbuntu
Fixed in:5.4.0.1133.143~18.04.1USN-7022-1
Fixed in:5.15.0.1070.76~20.04.1USN-7021-1
Fixed in:6.8.0-1011.12USN-6893-3
linux-image-aws-lts-20.04Ubuntu
Fixed in:5.4.0.1133.130USN-7022-1
linux-image-aws-lts-22.04Ubuntu
Fixed in:5.15.0.1070.70USN-7021-1
linux-image-azureUbuntu
Fixed in:5.4.0.1138.145~18.04.1USN-7022-1
Fixed in:5.15.0.1073.82~20.04.1USN-7021-1
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-azure-cvmUbuntu
Fixed in:5.15.0.1073.82~20.04.1USN-7021-1
linux-image-azure-fdeUbuntu
Fixed in:5.15.0.1073.82~20.04.1.50USN-7021-4
Fixed in:6.8.0-1010.10USN-6893-1
linux-image-azure-fde-lts-22.04Ubuntu
Fixed in:5.15.0.1073.82.50USN-7021-5
linux-image-azure-lts-20.04Ubuntu
Fixed in:5.4.0.1138.132USN-7022-1
linux-image-azure-lts-22.04Ubuntu
Fixed in:5.15.0.1073.71USN-7021-1
linux-image-bluefieldUbuntu
Fixed in:5.4.0.1093.89USN-7022-1
linux-image-gcpUbuntu
Fixed in:5.4.0.1137.146~18.04.1USN-7022-1
Fixed in:5.15.0.1069.77~20.04.1USN-7021-1
Fixed in:6.8.0-1010.11USN-6893-1
linux-image-gcp-lts-20.04Ubuntu
Fixed in:5.4.0.1137.139USN-7022-1
linux-image-gcp-lts-22.04Ubuntu
Fixed in:5.15.0.1069.65USN-7021-1
linux-image-genericUbuntu
Fixed in:5.4.0.196.194USN-7022-1
Fixed in:5.15.0.122.122USN-7021-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64kUbuntu
Fixed in:5.15.0.122.122USN-7021-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-generic-64k-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-hwe-18.04Ubuntu
Fixed in:5.4.0.196.216~18.04.1USN-7022-1
linux-image-generic-hwe-20.04Ubuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-generic-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpaeUbuntu
Fixed in:5.4.0.196.194USN-7022-1
Fixed in:5.15.0.122.122USN-7021-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-generic-lpae-hwe-20.04Ubuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-gkeUbuntu
Fixed in:5.15.0.1067.66USN-7021-1
Fixed in:6.8.0-1006.9USN-6893-2
linux-image-gke-5.15Ubuntu
Fixed in:5.15.0.1067.66USN-7021-1
linux-image-gkeopUbuntu
Fixed in:5.4.0.1100.98USN-7022-1
Fixed in:5.15.0.1053.52USN-7021-1
linux-image-gkeop-5.15Ubuntu
Fixed in:5.15.0.1053.60~20.04.1USN-7021-1
Fixed in:5.15.0.1053.52USN-7021-1
linux-image-gkeop-5.4Ubuntu
Fixed in:5.4.0.1100.98USN-7022-1
linux-image-ibmUbuntu
Fixed in:5.4.0.1080.85~18.04.1USN-7022-1
Fixed in:5.15.0.1063.66~20.04.1USN-7021-2
Fixed in:5.15.0.1063.59USN-7021-1
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-classicUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-ibm-lts-20.04Ubuntu
Fixed in:5.4.0.1080.109USN-7022-1
linux-image-ibm-lts-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-intelUbuntu
Fixed in:5.15.0.1065.71~20.04.1USN-7021-1
Fixed in:6.8.0-1007.14USN-6893-1
linux-image-intel-iotgUbuntu
Fixed in:5.15.0.1065.71~20.04.1USN-7021-1
Fixed in:5.15.0.1065.65USN-7021-1
linux-image-kvmUbuntu
Fixed in:5.4.0.1121.117USN-7022-1
Fixed in:5.15.0.1067.63USN-7021-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-lowlatencyUbuntu
Fixed in:5.4.0.196.194USN-7022-1
Fixed in:5.15.0.122.111USN-7021-3
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64kUbuntu
Fixed in:5.15.0.122.111USN-7021-3
Fixed in:6.8.0-38.38.1USN-6893-1
linux-image-lowlatency-64k-hwe-20.04Ubuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-3
linux-image-lowlatency-hwe-18.04Ubuntu
Fixed in:5.4.0.196.216~18.04.1USN-7022-1
linux-image-lowlatency-hwe-20.04Ubuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-3
linux-image-nvidiaUbuntu
Fixed in:5.15.0.1065.65USN-7021-1
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-64kUbuntu
Fixed in:6.8.0-1009.9USN-6893-2
linux-image-nvidia-lowlatencyUbuntu
Fixed in:5.15.0.1065.65USN-7021-1
linux-image-oemUbuntu
Fixed in:5.4.0.196.216~18.04.1USN-7022-1
Fixed in:5.4.0.196.194USN-7022-1
linux-image-oem-20.04Ubuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-oem-20.04bUbuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-oem-20.04cUbuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-oem-20.04dUbuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-oem-24.04Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-24.04aUbuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-image-oem-osp1Ubuntu
Fixed in:5.4.0.196.216~18.04.1USN-7022-1
Fixed in:5.4.0.196.194USN-7022-1
linux-image-oracleUbuntu
Fixed in:5.4.0.1132.141~18.04.1USN-7022-1
Fixed in:5.15.0.1068.74~20.04.1USN-7021-2
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-64kUbuntu
Fixed in:6.8.0-1008.8USN-6918-1
linux-image-oracle-lts-20.04Ubuntu
Fixed in:5.4.0.1132.125USN-7022-1
linux-image-oracle-lts-22.04Ubuntu
Fixed in:5.15.0.1068.64USN-7021-1
linux-image-raspiUbuntu
Fixed in:5.4.0.1117.147USN-7022-2
Fixed in:5.15.0.1063.61USN-7021-1
Fixed in:6.8.0-1007.7USN-6893-1
linux-image-raspi-hwe-18.04Ubuntu
Fixed in:5.4.0.1117.129~18.04.1USN-7022-3
linux-image-raspi-nolpaeUbuntu
Fixed in:5.15.0.1063.61USN-7021-1
linux-image-raspi2Ubuntu
Fixed in:5.4.0.1117.147USN-7022-2
linux-image-snapdragon-hwe-18.04Ubuntu
Fixed in:5.4.0.196.216~18.04.1USN-7022-1
linux-image-virtualUbuntu
Fixed in:5.4.0.196.194USN-7022-1
Fixed in:5.15.0.122.122USN-7021-1
Fixed in:6.8.0-38.38USN-6893-1
linux-image-virtual-hwe-18.04Ubuntu
Fixed in:5.4.0.196.216~18.04.1USN-7022-1
linux-image-virtual-hwe-20.04Ubuntu
Fixed in:5.15.0.122.132~20.04.1USN-7021-1
linux-image-virtual-hwe-24.04Ubuntu
Fixed in:6.8.0-38.38USN-6893-1
linux-image-xilinx-zynqmpUbuntu
Fixed in:5.4.0.1052.52USN-7022-1
Fixed in:5.15.0.1036.40USN-7021-2
linux-intelUbuntu
Fixed in:6.8.0-1007.14USN-6893-1
linux-intel-iotgUbuntu
Fixed in:5.15.0-1065.71USN-7021-1
linux-intel-iotg-5.15Ubuntu
Fixed in:5.15.0-1065.71~20.04.1USN-7021-1
linux-iotUbuntu
Fixed in:5.4.0-1044.45USN-7119-1
linux-kvmUbuntu
Fixed in:5.4.0-1121.129USN-7022-1
Fixed in:5.15.0-1067.72USN-7021-1
linux-lowlatencyUbuntu
Fixed in:5.15.0-122.132USN-7021-3
Fixed in:6.8.0-38.38.1USN-6893-1
linux-lowlatency-hwe-5.15Ubuntu
Fixed in:5.15.0-122.132~20.04.1USN-7021-3
linux-nvidiaUbuntu
Fixed in:5.15.0-1065.66USN-7021-1
Fixed in:6.8.0-1009.9USN-6893-2
linux-oem-6.8Ubuntu
Fixed in:6.8.0-1008.8USN-6893-1
linux-oracleUbuntu
Fixed in:5.4.0-1132.141USN-7022-1
Fixed in:5.15.0-1068.74USN-7021-1
Fixed in:6.8.0-1008.8USN-6918-1
linux-oracle-5.15Ubuntu
Fixed in:5.15.0-1068.74~20.04.1USN-7021-2
linux-oracle-5.4Ubuntu
Fixed in:5.4.0-1132.141~18.04.1USN-7022-1
linux-raspiUbuntu
Fixed in:5.4.0-1117.129USN-7022-2
Fixed in:5.15.0-1063.66USN-7021-1
Fixed in:6.8.0-1007.7USN-6893-1
linux-raspi-5.4Ubuntu
Fixed in:5.4.0-1117.129~18.04.1USN-7022-3
linux-xilinx-zynqmpUbuntu
Fixed in:5.4.0-1052.56USN-7022-1
Fixed in:5.15.0-1036.40USN-7021-2

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityNone
IntegrityNone
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Exploit Intelligence

0.26%probability of exploitation in 30 days
18thpercentile

Low risk: more likely to be exploited than 18% of all known CVEs.

References

Related Vulnerabilities

Other CWE-401 (Missing Release of Memory (Memory Leak)) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2020-13934High7.564%-Fix
CVE-2016-6304High7.563%-Fix
CVE-2019-12265Medium5.355%-Fix
CVE-2001-0136Medium5.045%--
CVE-2016-4232High7.536%--
CVE-2001-0543Medium5.021%--
Embed a live status badge for CVE-2024-27012
CVE-2024-27012 severity badge

Markdown

[![CVE-2024-27012](https://tridentstack.com/cve/badge/CVE-2024-27012.svg)](https://tridentstack.com/cve/CVE-2024-27012)

HTML

<a href="https://tridentstack.com/cve/CVE-2024-27012"><img src="https://tridentstack.com/cve/badge/CVE-2024-27012.svg" alt="CVE-2024-27012"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-06-19.