CVE-2023-53673

Updated: 2026-02-26

CWE: CWE-416

Description:

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: call disconnect callback before deleting conn In hci_cs_disconnect, we do hci_conn_del even if disconnection failed. ISO, L2CAP and SCO connections refer to the hci_conn without hci_conn_get, so disconn_cfm must be called so they can clean up their conn, otherwise use-after-free occurs. ISO: ========================================================== iso_sock_connect:880: sk 00000000eabd6557 iso_connect_cis:356: 70:1a:b8:98:ff:a2 -> 28:3d:c2:4a:7e:da ... iso_conn_add:140: hcon 000000001696f1fd conn 00000000b6251073 hci_dev_put:1487: hci0 orig refcnt 17 __iso_chan_add:214: conn 00000000b6251073 iso_sock_clear_timer:117: sock 00000000eabd6557 state 3 ... hci_rx_work:4085: hci0 Event packet hci_event_packet:7601: hci0: event 0x0f hci_cmd_status_evt:4346: hci0: opcode 0x0406 hci_cs_disconnect:2760: hci0: status 0x0c hci_sent_cmd_data:3107: hci0 opcode 0x0406 hci_conn_del:1151: hci0 hcon 000000001696f1fd handle 2560 hci_conn_unlink:1102: hci0: hcon 000000001696f1fd hci_conn_drop:1451: hcon 00000000d8521aaf orig refcnt 2 hci_chan_list_flush:2780: hcon 000000001696f1fd hci_dev_put:1487: hci0 orig refcnt 21 hci_dev_put:1487: hci0 orig refcnt 20 hci_req_cmd_complete:3978: opcode 0x0406 status 0x0c ... <no iso_* activity on sk/conn> ... iso_sock_sendmsg:1098: sock 00000000dea5e2e0, sk 00000000eabd6557 BUG: kernel NULL pointer dereference, address: 0000000000000668 PGD 0 P4D 0 Oops: 0000 [#1] PREEMPT SMP PTI Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-1.fc38 04/01/2014 RIP: 0010:iso_sock_sendmsg (net/bluetooth/iso.c:1112) bluetooth ========================================================== L2CAP: ================================================================== hci_cmd_status_evt:4359: hci0: opcode 0x0406 hci_cs_disconnect:2760: hci0: status 0x0c hci_sent_cmd_data:3085: hci0 opcode 0x0406 hci_conn_del:1151: hci0 hcon ffff88800c999000 handle 3585 hci_conn_unlink:1102: hci0: hcon ffff88800c999000 hci_chan_list_flush:2780: hcon ffff88800c999000 hci_chan_del:2761: hci0 hcon ffff88800c999000 chan ffff888018ddd280 ... BUG: KASAN: slab-use-after-free in hci_send_acl+0x2d/0x540 [bluetooth] Read of size 8 at addr ffff888018ddd298 by task bluetoothd/1175 CPU: 0 PID: 1175 Comm: bluetoothd Tainted: G E 6.4.0-rc4+ #2 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-1.fc38 04/01/2014 Call Trace: <TASK> dump_stack_lvl+0x5b/0x90 print_report+0xcf/0x670 ? __virt_addr_valid+0xf8/0x180 ? hci_send_acl+0x2d/0x540 [bluetooth] kasan_report+0xa8/0xe0 ? hci_send_acl+0x2d/0x540 [bluetooth] hci_send_acl+0x2d/0x540 [bluetooth] ? __pfx___lock_acquire+0x10/0x10 l2cap_chan_send+0x1fd/0x1300 [bluetooth] ? l2cap_sock_sendmsg+0xf2/0x170 [bluetooth] ? __pfx_l2cap_chan_send+0x10/0x10 [bluetooth] ? lock_release+0x1d5/0x3c0 ? mark_held_locks+0x1a/0x90 l2cap_sock_sendmsg+0x100/0x170 [bluetooth] sock_write_iter+0x275/0x280 ? __pfx_sock_write_iter+0x10/0x10 ? __pfx___lock_acquire+0x10/0x10 do_iter_readv_writev+0x176/0x220 ? __pfx_do_iter_readv_writev+0x10/0x10 ? find_held_lock+0x83/0xa0 ? selinux_file_permission+0x13e/0x210 do_iter_write+0xda/0x340 vfs_writev+0x1b4/0x400 ? __pfx_vfs_writev+0x10/0x10 ? __seccomp_filter+0x112/0x750 ? populate_seccomp_data+0x182/0x220 ? __fget_light+0xdf/0x100 ? do_writev+0x19d/0x210 do_writev+0x19d/0x210 ? __pfx_do_writev+0x10/0x10 ? mark_held_locks+0x1a/0x90 do_syscall_64+0x60/0x90 ? lockdep_hardirqs_on_prepare+0x149/0x210 ? do_syscall_64+0x6c/0x90 ? lockdep_hardirqs_on_prepare+0x149/0x210 entry_SYSCALL_64_after_hwframe+0x72/0xdc RIP: 0033:0x7ff45cb23e64 Code: 15 d1 1f 0d 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b8 0f 1f 00 f3 0f 1e fa 80 3d 9d a7 0d 00 00 74 13 b8 14 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 54 c3 0f 1f 00 48 83 ec 28 89 54 24 1c 48 89 RSP: 002b:00007fff21ae09b8 EFLAGS: 00000202 ORIG_RAX: 0000000000000014 RAX: ffffffffffffffda RBX: ---truncated---

CVSS3: 7.8


Vendor State

OS Vendor version Errata
RHEL 8 4.18.0-553.97.1.el8_10 RHSA-2026:1142
Oracle Linux 8 4.18.0-553.97.1.el8_10 ELSA-2026-1142
AlmaLinux 8 4.18.0-553.97.1.el8_10 ALSA-2026:1142
Rocky Linux 8 4.18.0-553.97.1.el8_10 RLSA-2026:1142
RHEL 9 5.14.0-427.13.1.el9_4 RHSA-2024:2394
RHEL8 EUS 8.6 4.18.0-372.179.1.el8_6 RHSA-2026:2490
Debian 12 6.1.52-1 DSA-5492-1
AlmaLinux 9.2 ESU 5.14.0-284.1101.el9_2.tuxcare.7.els26 CLSA-2026:1767864313

KernelCare State

OS Original kernel version State
RHEL 8
4.18.0-240.el8 show all hide all
4.18.0-240.1.1.el8_3 4.18.0-240.8.1.el8_3 4.18.0-240.10.1.el8_3 4.18.0-240.15.1.el8_3 4.18.0-240.22.1.el8_3 4.18.0-305.el8 4.18.0-305.3.1.el8_4 4.18.0-305.7.1.el8_4 4.18.0-305.10.2.el8_4 4.18.0-305.12.1.el8_4 4.18.0-305.17.1.el8_4 4.18.0-305.19.1.el8_4 4.18.0-305.25.1.el8_4 4.18.0-348.el8 4.18.0-348.2.1.el8_5 4.18.0-348.7.1.el8_5 4.18.0-348.12.2.el8_5 4.18.0-348.20.1.el8_5 4.18.0-372.9.1.el8 4.18.0-348.23.1.el8_5 4.18.0-372.13.1.el8_6 4.18.0-372.16.1.el8_6 4.18.0-372.19.1.el8_6 4.18.0-372.26.1.el8_6 4.18.0-372.32.1.el8_6 4.18.0-425.3.1.el8 4.18.0-425.10.1.el8_7 4.18.0-425.13.1.el8_7 4.18.0-425.19.2.el8_7 4.18.0-477.10.1.el8_8 4.18.0-477.13.1.el8_8 4.18.0-477.15.1.el8_8 4.18.0-477.21.1.el8_8 4.18.0-477.27.1.el8_8 4.18.0-513.5.1.el8_9 4.18.0-513.9.1.el8_9 4.18.0-513.11.1.el8_9 4.18.0-513.18.1.el8_9 4.18.0-513.24.1.el8_9 4.18.0-553.el8_10 4.18.0-553.5.1.el8_10 4.18.0-553.8.1.el8_10 4.18.0-553.16.1.el8_10 4.18.0-553.22.1.el8_10 4.18.0-553.27.1.el8_10 4.18.0-553.30.1.el8_10 4.18.0-553.32.1.el8_10 4.18.0-553.33.1.el8_10 4.18.0-553.34.1.el8_10 4.18.0-553.36.1.el8_10 4.18.0-553.37.1.el8_10 4.18.0-553.40.1.el8_10 4.18.0-553.42.1.el8_10 4.18.0-553.44.1.el8_10 4.18.0-553.45.1.el8_10 4.18.0-553.46.1.el8_10 4.18.0-553.47.1.el8_10 4.18.0-553.50.1.el8_10 4.18.0-553.51.1.el8_10 4.18.0-553.52.1.el8_10 4.18.0-553.53.1.el8_10 4.18.0-553.54.1.el8_10 4.18.0-553.56.1.el8_10 4.18.0-553.58.1.el8_10 4.18.0-553.60.1.el8_10 4.18.0-553.62.1.el8_10 4.18.0-553.63.1.el8_10 4.18.0-553.64.1.el8_10 4.18.0-553.66.1.el8_10 4.18.0-553.69.1.el8_10 4.18.0-553.70.1.el8_10 4.18.0-553.71.1.el8_10 4.18.0-553.72.1.el8_10 4.18.0-553.74.1.el8_10 4.18.0-553.75.1.el8_10 4.18.0-553.76.1.el8_10 4.18.0-553.77.1.el8_10 4.18.0-553.78.1.el8_10 4.18.0-553.79.1.el8_10 4.18.0-553.80.1.el8_10 4.18.0-553.81.1.el8_10 4.18.0-553.82.1.el8_10 4.18.0-553.83.1.el8_10 4.18.0-553.84.1.el8_10 4.18.0-553.85.1.el8_10 4.18.0-553.87.1.el8_10 4.18.0-553.89.1.el8_10 4.18.0-553.92.1.el8_10 4.18.0-553.94.1.el8_10
Released
Oracle Linux 8
4.18.0-240.el8 show all hide all
4.18.0-240.1.1.el8_3 4.18.0-240.8.1.el8_3 4.18.0-240.10.1.el8_3 4.18.0-240.15.1.el8_3 4.18.0-240.22.1.el8_3 4.18.0-305.el8 4.18.0-305.3.1.el8_4 4.18.0-305.7.1.el8_4 4.18.0-305.10.2.el8_4 4.18.0-305.12.1.el8_4 4.18.0-305.17.1.el8_4 4.18.0-305.19.1.el8_4 4.18.0-305.25.1.el8_4 4.18.0-348.el8 4.18.0-348.2.1.el8_5 4.18.0-348.7.1.el8_5 4.18.0-348.12.2.el8_5 4.18.0-348.20.1.el8_5 4.18.0-348.23.1.el8_5 4.18.0-372.9.1.el8 4.18.0-372.13.1.0.1.el8_6 4.18.0-372.16.1.0.1.el8_6 4.18.0-372.19.1.0.1.el8_6 4.18.0-372.26.1.0.1.el8_6 4.18.0-372.32.1.0.1.el8_6 4.18.0-425.3.1.el8 4.18.0-425.10.1.el8_7 4.18.0-425.13.1.el8_7 4.18.0-425.19.2.el8_7 4.18.0-477.10.1.el8_8 4.18.0-477.13.1.el8_8 4.18.0-477.15.1.el8_8 4.18.0-477.21.1.el8_8 4.18.0-477.27.0.1.el8_8 4.18.0-477.27.1.el8_8 4.18.0-513.5.1.el8_9 4.18.0-513.9.1.el8_9 4.18.0-513.11.0.1.el8_9 4.18.0-513.18.0.1.el8_9 4.18.0-513.18.0.2.el8_9 4.18.0-513.18.1.el8_9 4.18.0-513.18.1.0.1.el8_9 4.18.0-513.24.1.el8_9 4.18.0-553.el8_10 4.18.0-553.5.1.el8_10 4.18.0-553.8.1.el8_10 4.18.0-553.16.1.el8_10 4.18.0-553.22.1.el8_10 4.18.0-553.27.1.el8_10 4.18.0-553.30.1.el8_10 4.18.0-553.32.1.el8_10 4.18.0-553.33.1.el8_10 4.18.0-553.34.1.el8_10 4.18.0-553.36.1.el8_10 4.18.0-553.37.1.el8_10 4.18.0-553.40.1.el8_10 4.18.0-553.44.1.el8_10 4.18.0-553.45.1.el8_10 4.18.0-553.42.1.el8_10 4.18.0-553.46.1.el8_10 4.18.0-553.47.1.el8_10 4.18.0-553.50.1.el8_10 4.18.0-553.51.1.el8_10 4.18.0-553.52.1.el8_10 4.18.0-553.53.1.el8_10 4.18.0-553.54.1.el8_10 4.18.0-553.56.1.el8_10 4.18.0-553.58.1.el8_10 4.18.0-553.60.1.el8_10 4.18.0-553.62.1.el8_10 4.18.0-553.63.1.el8_10 4.18.0-553.64.1.el8_10 4.18.0-553.66.1.el8_10 4.18.0-553.69.1.el8_10 4.18.0-553.70.1.el8_10 4.18.0-553.71.1.el8_10 4.18.0-553.72.1.el8_10 4.18.0-553.74.1.el8_10 4.18.0-553.74.1.0.1.el8_10 4.18.0-553.75.1.el8_10 4.18.0-553.76.1.el8_10 4.18.0-553.77.1.el8_10 4.18.0-553.78.1.el8_10 4.18.0-553.79.1.el8_10 4.18.0-553.80.1.el8_10 4.18.0-553.81.1.el8_10 4.18.0-553.82.1.el8_10 4.18.0-553.83.1.el8_10 4.18.0-553.84.1.el8_10 4.18.0-553.85.1.el8_10 4.18.0-553.87.1.el8_10 4.18.0-553.89.1.el8_10 4.18.0-553.92.1.el8_10 4.18.0-553.94.1.el8_10
Released
CloudLinux OS 8
4.18.0-305.lve.el8 show all hide all
4.18.0-305.7.1.lve.el8 4.18.0-305.10.2.lve.el8 4.18.0-305.10.2.2.lve.el8 4.18.0-305.12.1.lve.el8 4.18.0-305.17.1.lve.el8 4.18.0-305.19.1.lve.el8 4.18.0-348.lve.el8 4.18.0-348.7.1.lve.el8 4.18.0-348.12.2.lve.el8 4.18.0-348.20.1.lve.1.el8 4.18.0-348.20.1.lve.el8 4.18.0-348.23.1.lve.el8 4.18.0-372.9.1.1.lve.el8 4.18.0-372.16.1.lve.el8 4.18.0-372.9.1.lve.el8 4.18.0-372.19.1.lve.el8 4.18.0-372.13.1.lve.el8 4.18.0-372.26.1.lve.1.el8 4.18.0-372.32.1.lve.el8 4.18.0-425.3.1.lve.1.el8 4.18.0-425.3.1.lve.el8 4.18.0-425.3.1.lve.2.el8 4.18.0-425.3.1.lve.3.el8 4.18.0-425.10.1.lve.el8 4.18.0-425.13.1.lve.el8 4.18.0-425.19.2.lve.el8 4.18.0-477.10.1.lve.el8 4.18.0-477.13.1.lve.el8 4.18.0-477.15.1.lve.2.el8 4.18.0-477.13.1.lve.1.el8 4.18.0-477.21.1.lve.el8 4.18.0-477.21.1.lve.1.el8 4.18.0-477.27.1.lve.el8 4.18.0-477.27.2.lve.el8 4.18.0-513.5.1.lve.el8 4.18.0-513.9.1.lve.el8 4.18.0-513.11.1.lve.el8 4.18.0-513.18.1.lve.el8 4.18.0-513.18.1.lve.2.el8 4.18.0-513.18.1.lve.1.el8 4.18.0-513.24.1.lve.el8 4.18.0-513.24.1.lve.1.el8 4.18.0-553.lve.el8 4.18.0-513.24.1.lve.2.el8 4.18.0-553.5.1.lve.el8 4.18.0-544.lve.el8 4.18.0-553.5.1.lve.1.el8 4.18.0-553.8.1.lve.el8 4.18.0-553.16.1.lve.el8 4.18.0-553.16.1.lve.1.el8 4.18.0-553.22.1.lve.el8 4.18.0-553.22.1.lve.1.el8 4.18.0-553.27.1.lve.el8 4.18.0-553.30.1.lve.el8 4.18.0-553.27.1.lve.1.el8 4.18.0-553.32.1.lve.el8 4.18.0-553.34.1.lve.el8 4.18.0-553.33.1.lve.el8 4.18.0-553.37.1.lve.el8 4.18.0-553.40.1.lve.el8 4.18.0-553.44.1.lve.el8 4.18.0-553.36.1.lve.el8 4.18.0-553.45.1.lve.el8 4.18.0-553.46.1.lve.el8 4.18.0-553.50.1.lve.el8 4.18.0-553.47.1.lve.el8 4.18.0-553.51.1.lve.el8 4.18.0-553.51.1.lve.1.el8 4.18.0-553.52.1.lve.el8 4.18.0-553.53.1.lve.el8 4.18.0-553.54.1.lve.el8 4.18.0-553.58.1.lve.el8 4.18.0-553.62.1.lve.el8 4.18.0-553.56.1.lve.el8 4.18.0-553.69.1.lve.el8 4.18.0-553.70.1.lve.el8 4.18.0-553.74.1.lve.el8 4.18.0-553.75.1.lve.el8 4.18.0-553.76.1.lve.el8 4.18.0-553.77.1.lve.el8 4.18.0-553.79.1.lve.el8 4.18.0-553.80.1.lve.el8 4.18.0-553.83.1.lve.el8 4.18.0-553.84.1.lve.el8 4.18.0-553.89.1.lve.el8 4.18.0-553.94.1.lve.el8 4.18.0-553.94.1.lve.1.el8
Released
CloudLinux OS 7h
4.18.0-305.lve.el7h show all hide all
4.18.0-305.7.1.lve.el7h 4.18.0-305.10.2.lve.el7h 4.18.0-305.10.2.2.lve.el7h 4.18.0-305.12.1.lve.el7h 4.18.0-305.17.1.lve.el7h 4.18.0-305.19.1.lve.el7h 4.18.0-348.7.1.lve.el7h 4.18.0-348.12.2.lve.el7h 4.18.0-348.lve.el7h 4.18.0-348.12.2.lve.1.el7h 4.18.0-348.12.2.lve.2.el7h 4.18.0-348.20.1.lve.el7h 4.18.0-348.20.1.lve.1.el7h 4.18.0-348.23.1.lve.el7h 4.18.0-372.9.1.lve.el7h 4.18.0-372.13.1.lve.el7h 4.18.0-372.16.1.lve.el7h 4.18.0-372.19.1.lve.el7h 4.18.0-372.26.1.lve.1.el7h 4.18.0-372.32.1.lve.el7h 4.18.0-425.3.1.lve.el7h 4.18.0-425.3.1.lve.1.el7h 4.18.0-425.3.1.lve.2.el7h 4.18.0-425.3.1.lve.3.el7h 4.18.0-425.10.1.lve.el7h 4.18.0-425.13.1.lve.el7h 4.18.0-425.19.2.lve.el7h 4.18.0-477.10.1.lve.1.el7h 4.18.0-477.13.1.lve.el7h 4.18.0-477.15.1.lve.1.el7h 4.18.0-477.21.1.lve.el7h 4.18.0-477.13.1.lve.1.el7h 4.18.0-477.27.1.lve.el7h 4.18.0-477.15.1.lve.2.el7h 4.18.0-477.21.1.lve.1.el7h 4.18.0-513.5.1.lve.el7h 4.18.0-477.27.2.lve.el7h 4.18.0-513.9.1.lve.el7h 4.18.0-513.11.1.lve.el7h 4.18.0-513.18.1.lve.el7h 4.18.0-513.11.1.lve.1.el7h 4.18.0-513.18.1.lve.2.el7h 4.18.0-513.18.1.lve.1.el7h 4.18.0-513.24.1.lve.el7h 4.18.0-553.lve.el7h 4.18.0-513.24.1.lve.1.el7h 4.18.0-513.24.1.lve.2.el7h 4.18.0-553.5.1.lve.el7h 4.18.0-553.8.1.lve.el7h 4.18.0-553.5.1.lve.1.el7h 4.18.0-553.16.1.lve.el7h 4.18.0-553.22.1.lve.el7h 4.18.0-553.16.1.lve.1.el7h 4.18.0-553.27.1.lve.el7h 4.18.0-553.22.1.lve.1.el7h 4.18.0-553.30.1.lve.el7h 4.18.0-553.32.1.lve.el7h 4.18.0-553.27.1.lve.1.el7h 4.18.0-553.34.1.lve.el7h 4.18.0-553.33.1.lve.el7h 4.18.0-553.37.1.lve.el7h 4.18.0-553.40.1.lve.el7h 4.18.0-553.36.1.lve.el7h 4.18.0-553.44.1.lve.el7h 4.18.0-553.45.1.lve.el7h 4.18.0-553.46.1.lve.el7h 4.18.0-553.50.1.lve.el7h 4.18.0-553.47.1.lve.el7h 4.18.0-553.52.1.lve.el7h 4.18.0-553.51.1.lve.1.el7h 4.18.0-553.51.1.lve.el7h 4.18.0-553.53.1.lve.el7h 4.18.0-553.54.1.lve.el7h 4.18.0-553.56.1.lve.el7h 4.18.0-553.58.1.lve.el7h 4.18.0-553.62.1.lve.el7h 4.18.0-553.69.1.lve.el7h 4.18.0-553.70.1.lve.el7h 4.18.0-553.74.1.lve.el7h 4.18.0-553.75.1.lve.el7h 4.18.0-553.76.1.lve.el7h 4.18.0-553.77.1.lve.el7h 4.18.0-553.79.1.lve.el7h 4.18.0-553.83.1.lve.el7h 4.18.0-553.84.1.lve.el7h 4.18.0-553.89.1.lve.el7h 4.18.0-553.94.1.lve.el7h 4.18.0-553.94.1.lve.1.el7h
Released
AlmaLinux 8
4.18.0-240.el8 show all hide all
4.18.0-240.15.1.el8_3 4.18.0-240.22.1.el8_3 4.18.0-305.el8 4.18.0-305.3.1.el8_4 4.18.0-305.7.1.el8_4 4.18.0-305.10.2.el8_4 4.18.0-305.12.1.el8_4 4.18.0-305.17.1.el8_4 4.18.0-305.19.1.el8_4 4.18.0-305.25.1.el8_4 4.18.0-348.el8 4.18.0-348.2.1.el8_5 4.18.0-348.7.1.el8_5 4.18.0-348.12.2.el8_5 4.18.0-348.20.1.el8_5 4.18.0-348.23.1.el8_5 4.18.0-372.9.1.el8 4.18.0-372.13.1.el8_6 4.18.0-372.19.1.el8_6 4.18.0-372.16.1.el8_6 4.18.0-372.26.1.el8_6 4.18.0-372.32.1.el8_6 4.18.0-425.3.1.el8 4.18.0-425.10.1.el8_7 4.18.0-425.13.1.el8_7 4.18.0-425.19.2.el8_7 4.18.0-477.10.1.el8_8 4.18.0-477.13.1.el8_8 4.18.0-477.15.1.el8_8 4.18.0-477.21.1.el8_8 4.18.0-477.27.1.el8_8 4.18.0-513.5.1.el8_9 4.18.0-513.9.1.el8_9 4.18.0-477.27.2.el8_8 4.18.0-513.11.1.el8_9 4.18.0-513.18.1.el8_9 4.18.0-513.24.1.el8_9 4.18.0-513.18.2.el8_9 4.18.0-553.el8_10 4.18.0-553.5.1.el8_10 4.18.0-553.8.1.el8_10 4.18.0-553.16.1.el8_10 4.18.0-553.22.1.el8_10 4.18.0-553.27.1.el8_10 4.18.0-553.30.1.el8_10 4.18.0-553.32.1.el8_10 4.18.0-553.34.1.el8_10 4.18.0-553.33.1.el8_10 4.18.0-553.37.1.el8_10 4.18.0-553.40.1.el8_10 4.18.0-553.36.1.el8_10 4.18.0-553.44.1.el8_10 4.18.0-553.45.1.el8_10 4.18.0-553.46.1.el8_10 4.18.0-553.42.1.el8_10 4.18.0-553.50.1.el8_10 4.18.0-553.47.1.el8_10 4.18.0-553.52.1.el8_10 4.18.0-553.53.1.el8_10 4.18.0-553.51.1.el8_10 4.18.0-553.54.1.el8_10 4.18.0-553.56.1.el8_10 4.18.0-553.58.1.el8_10 4.18.0-553.60.1.el8_10 4.18.0-553.62.1.el8_10 4.18.0-553.63.1.el8_10 4.18.0-553.64.1.el8_10 4.18.0-553.66.1.el8_10 4.18.0-553.69.1.el8_10 4.18.0-553.70.1.el8_10 4.18.0-553.71.1.el8_10 4.18.0-553.72.1.el8_10 4.18.0-553.74.1.el8_10 4.18.0-553.75.1.el8_10 4.18.0-553.76.1.el8_10 4.18.0-553.77.1.el8_10 4.18.0-553.78.1.el8_10 4.18.0-553.79.1.el8_10 4.18.0-553.80.1.el8_10 4.18.0-553.81.1.el8_10 4.18.0-553.82.1.el8_10 4.18.0-553.83.1.el8_10 4.18.0-553.84.1.el8_10 4.18.0-553.85.1.el8_10 4.18.0-553.87.1.el8_10 4.18.0-553.89.1.el8_10 4.18.0-553.92.1.el8_10 4.18.0-553.94.1.el8_10
Released
Rocky Linux 8
4.18.0-305.3.1.el8_4 show all hide all
4.18.0-305.7.1.el8_4 4.18.0-305.10.2.el8_4 4.18.0-305.12.1.el8_4 4.18.0-305.17.1.el8_4 4.18.0-305.19.1.el8_4 4.18.0-305.25.1.el8_4 4.18.0-348.2.1.el8_5 4.18.0-348.12.2.el8_5 4.18.0-348.20.1.el8_5 4.18.0-348.7.1.el8_5 4.18.0-348.23.1.el8_5 4.18.0-372.9.1.el8 4.18.0-372.13.1.el8_6 4.18.0-372.19.1.el8_6 4.18.0-372.16.1.el8_6 4.18.0-372.16.1.el8_6.0.1 4.18.0-372.26.1.el8_6 4.18.0-372.32.1.el8_6 4.18.0-425.3.1.el8 4.18.0-425.10.1.el8_7 4.18.0-425.13.1.el8_7 4.18.0-425.19.2.el8_7 4.18.0-477.10.1.el8_8 4.18.0-477.13.1.el8_8 4.18.0-477.15.1.el8_8 4.18.0-477.27.1.el8_8 4.18.0-477.21.1.el8_8 4.18.0-513.5.1.el8_9 4.18.0-513.9.1.el8_9 4.18.0-513.11.1.el8_9 4.18.0-513.18.1.el8_9 4.18.0-513.11.1.el8_9.0.1 4.18.0-513.24.1.el8_9 4.18.0-553.el8_10 4.18.0-553.5.1.el8_10 4.18.0-553.8.1.el8_10 4.18.0-553.16.1.el8_10 4.18.0-553.22.1.el8_10 4.18.0-553.27.1.el8_10 4.18.0-553.30.1.el8_10 4.18.0-553.32.1.el8_10 4.18.0-553.34.1.el8_10 4.18.0-553.33.1.el8_10 4.18.0-553.37.1.el8_10 4.18.0-553.40.1.el8_10 4.18.0-553.36.1.el8_10 4.18.0-553.44.1.el8_10 4.18.0-553.45.1.el8_10 4.18.0-553.46.1.el8_10 4.18.0-553.42.1.el8_10 4.18.0-553.50.1.el8_10 4.18.0-553.47.1.el8_10 4.18.0-553.51.1.el8_10 4.18.0-553.53.1.el8_10 4.18.0-553.54.1.el8_10 4.18.0-553.56.1.el8_10 4.18.0-553.58.1.el8_10 4.18.0-553.62.1.el8_10 4.18.0-553.63.1.el8_10 4.18.0-553.64.1.el8_10 4.18.0-553.66.1.el8_10 4.18.0-553.69.1.el8_10 4.18.0-553.72.1.el8_10 4.18.0-553.74.1.el8_10 4.18.0-553.76.1.el8_10 4.18.0-553.77.1.el8_10 4.18.0-553.79.1.el8_10 4.18.0-553.80.1.el8_10 4.18.0-553.81.1.el8_10 4.18.0-553.83.1.el8_10 4.18.0-553.85.1.el8_10 4.18.0-553.87.1.el8_10 4.18.0-553.89.1.el8_10 4.18.0-553.92.1.el8_10 4.18.0-553.94.1.el8_10
Released
RHEL 9
Planned
RHEL8 EUS 8.6
4.18.0-372.51.1.el8_6 show all hide all
4.18.0-372.46.1.el8_6 4.18.0-372.41.1.el8_6 4.18.0-372.36.1.el8_6 4.18.0-372.52.1.el8_6 4.18.0-372.57.1.el8_6 4.18.0-372.64.1.el8_6 4.18.0-372.70.1.el8_6 4.18.0-372.75.1.el8_6 4.18.0-372.80.1.el8_6 4.18.0-372.87.1.el8_6 4.18.0-372.91.1.el8_6 4.18.0-372.93.1.el8_6 4.18.0-372.95.1.el8_6 4.18.0-372.98.1.el8_6 4.18.0-372.100.1.el8_6 4.18.0-372.102.1.el8_6 4.18.0-372.105.1.el8_6 4.18.0-372.107.1.el8_6 4.18.0-372.111.1.el8_6 4.18.0-372.118.1.el8_6 4.18.0-372.119.1.el8_6 4.18.0-372.113.1.el8_6 4.18.0-372.109.1.el8_6 4.18.0-372.115.1.el8_6 4.18.0-372.121.1.el8_6 4.18.0-372.123.1.el8_6 4.18.0-372.124.1.el8_6 4.18.0-372.125.1.el8_6 4.18.0-372.126.1.el8_6 4.18.0-372.127.1.el8_6 4.18.0-372.129.1.el8_6 4.18.0-372.131.1.el8_6 4.18.0-372.133.1.el8_6 4.18.0-372.134.1.el8_6 4.18.0-372.137.1.el8_6 4.18.0-372.139.1.el8_6 4.18.0-372.141.1.el8_6 4.18.0-372.142.1.el8_6 4.18.0-372.143.1.el8_6 4.18.0-372.145.1.el8_6 4.18.0-372.149.1.el8_6 4.18.0-372.150.1.el8_6 4.18.0-372.151.1.el8_6 4.18.0-372.153.1.el8_6 4.18.0-372.155.1.el8_6 4.18.0-372.157.1.el8_6 4.18.0-372.158.1.el8_6 4.18.0-372.160.1.el8_6 4.18.0-372.162.1.el8_6 4.18.0-372.164.1.el8_6 4.18.0-372.166.1.el8_6 4.18.0-372.168.1.el8_6 4.18.0-372.170.1.el8_6 4.18.0-372.172.1.el8_6 4.18.0-372.173.1.el8_6 4.18.0-372.175.1.el8_6 4.18.0-372.177.1.el8_6
Released
Debian 12
Planned
AlmaLinux 9.2 ESU
In Progress