kernel-4.18.0-553.105.1.el8_10
エラータID: AXSA:2026-216:13
The kernel packages contain the Linux kernel, the core of any Linux operating system.
Security Fix(es):
* kernel: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match() (CVE-2025-40168)
* kernel: Linux kernel Bluetooth: Denial of Service due to use-after-free in connection handling (CVE-2023-53762)
* kernel: Linux kernel: Out-of-bounds write in fbdev can lead to privilege escalation, information disclosure, or denial of service. (CVE-2025-40304)
For 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.
CVE-2023-53762
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync Use-after-free can occur in hci_disconnect_all_sync if a connection is deleted by concurrent processing of a controller event. To prevent this the code now tries to iterate over the list backwards to ensure the links are cleanup before its parents, also it no longer relies on a cursor, instead it always uses the last element since hci_abort_conn_sync is guaranteed to call hci_conn_del. UAF crash log: ================================================================== BUG: KASAN: slab-use-after-free in hci_set_powered_sync (net/bluetooth/hci_sync.c:5424) [bluetooth] Read of size 8 at addr ffff888009d9c000 by task kworker/u9:0/124 CPU: 0 PID: 124 Comm: kworker/u9:0 Tainted: G W 6.5.0-rc1+ #10 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-1.fc38 04/01/2014 Workqueue: hci0 hci_cmd_sync_work [bluetooth] Call Trace: dump_stack_lvl+0x5b/0x90 print_report+0xcf/0x670 ? __virt_addr_valid+0xdd/0x160 ? hci_set_powered_sync+0x2c9/0x4a0 [bluetooth] kasan_report+0xa6/0xe0 ? hci_set_powered_sync+0x2c9/0x4a0 [bluetooth] ? __pfx_set_powered_sync+0x10/0x10 [bluetooth] hci_set_powered_sync+0x2c9/0x4a0 [bluetooth] ? __pfx_hci_set_powered_sync+0x10/0x10 [bluetooth] ? __pfx_lock_release+0x10/0x10 ? __pfx_set_powered_sync+0x10/0x10 [bluetooth] hci_cmd_sync_work+0x137/0x220 [bluetooth] process_one_work+0x526/0x9d0 ? __pfx_process_one_work+0x10/0x10 ? __pfx_do_raw_spin_lock+0x10/0x10 ? mark_held_locks+0x1a/0x90 worker_thread+0x92/0x630 ? __pfx_worker_thread+0x10/0x10 kthread+0x196/0x1e0 ? __pfx_kthread+0x10/0x10 ret_from_fork+0x2c/0x50 Allocated by task 1782: kasan_save_stack+0x33/0x60 kasan_set_track+0x25/0x30 __kasan_kmalloc+0x8f/0xa0 hci_conn_add+0xa5/0xa80 [bluetooth] hci_bind_cis+0x881/0x9b0 [bluetooth] iso_connect_cis+0x121/0x520 [bluetooth] iso_sock_connect+0x3f6/0x790 [bluetooth] __sys_connect+0x109/0x130 __x64_sys_connect+0x40/0x50 do_syscall_64+0x60/0x90 entry_SYSCALL_64_after_hwframe+0x6e/0xd8 Freed by task 695: kasan_save_stack+0x33/0x60 kasan_set_track+0x25/0x30 kasan_save_free_info+0x2b/0x50 __kasan_slab_free+0x10a/0x180 __kmem_cache_free+0x14d/0x2e0 device_release+0x5d/0xf0 kobject_put+0xdf/0x270 hci_disconn_complete_evt+0x274/0x3a0 [bluetooth] hci_event_packet+0x579/0x7e0 [bluetooth] hci_rx_work+0x287/0xaa0 [bluetooth] process_one_work+0x526/0x9d0 worker_thread+0x92/0x630 kthread+0x196/0x1e0 ret_from_fork+0x2c/0x50 ==================================================================
CVE-2025-40168
In the Linux kernel, the following vulnerability has been resolved: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match(). smc_clc_prfx_match() is called from smc_listen_work() and not under RCU nor RTNL. Using sk_dst_get(sk)->dev could trigger UAF. Let's use __sk_dst_get() and dst_dev_rcu(). Note that the returned value of smc_clc_prfx_match() is not used in the caller.
CVE-2025-40304
In the Linux kernel, the following vulnerability has been resolved: fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds Add bounds checking to prevent writes past framebuffer boundaries when rendering text near screen edges. Return early if the Y position is off-screen and clip image height to screen boundary. Break from the rendering loop if the X position is off-screen. When clipping image width to fit the screen, update the character count to match the clipped width to prevent buffer size mismatches. Without the character count update, bit_putcs_aligned and bit_putcs_unaligned receive mismatched parameters where the buffer is allocated for the clipped width but cnt reflects the original larger count, causing out-of-bounds writes.
Update packages.
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_sync Use-after-free can occur in hci_disconnect_all_sync if a connection is deleted by concurrent processing of a controller event. To prevent this the code now tries to iterate over the list backwards to ensure the links are cleanup before its parents, also it no longer relies on a cursor, instead it always uses the last element since hci_abort_conn_sync is guaranteed to call hci_conn_del. UAF crash log: ================================================================== BUG: KASAN: slab-use-after-free in hci_set_powered_sync (net/bluetooth/hci_sync.c:5424) [bluetooth] Read of size 8 at addr ffff888009d9c000 by task kworker/u9:0/124 CPU: 0 PID: 124 Comm: kworker/u9:0 Tainted: G W 6.5.0-rc1+ #10 Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS 1.16.2-1.fc38 04/01/2014 Workqueue: hci0 hci_cmd_sync_work [bluetooth] Call Trace:
In the Linux kernel, the following vulnerability has been resolved: smc: Use __sk_dst_get() and dst_dev_rcu() in smc_clc_prfx_match(). smc_clc_prfx_match() is called from smc_listen_work() and not under RCU nor RTNL. Using sk_dst_get(sk)->dev could trigger UAF. Let's use __sk_dst_get() and dst_dev_rcu(). Note that the returned value of smc_clc_prfx_match() is not used in the caller.
In the Linux kernel, the following vulnerability has been resolved: fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds Add bounds checking to prevent writes past framebuffer boundaries when rendering text near screen edges. Return early if the Y position is off-screen and clip image height to screen boundary. Break from the rendering loop if the X position is off-screen. When clipping image width to fit the screen, update the character count to match the clipped width to prevent buffer size mismatches. Without the character count update, bit_putcs_aligned and bit_putcs_unaligned receive mismatched parameters where the buffer is allocated for the clipped width but cnt reflects the original larger count, causing out-of-bounds writes.
N/A
SRPMS
- kernel-4.18.0-553.105.1.el8_10.src.rpm
MD5: 2c3da034016c93d5d840a20b10ed203a
SHA-256: 9b9a96a3756e43824655d8c980d31b5cd8064cd6873bce37fe83f0e278f5c3de
Size: 132.34 MB
Asianux Server 8 for x86_64
- bpftool-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: cfe46cffb377dd9c78281fac4d4d91b6
SHA-256: 61834089c9b4ee98ed88fee78903ff002d3bd242161250b735ab6aed9709c425
Size: 11.28 MB - kernel-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: c0d458b4e21861c22ca39d35935e3ed8
SHA-256: a7149b658171279568d0ea498cfa935f25e62f65dd9c8c94c809a3b3fce2ffdb
Size: 10.55 MB - kernel-abi-stablelists-4.18.0-553.105.1.el8_10.noarch.rpm
MD5: 1f7c408888addd10ed4f0fb81b4555a5
SHA-256: 77aecb21508321023fba7e66dc81ce38e334325c947cd9c368804bfb9231843f
Size: 10.57 MB - kernel-core-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: d10876d66a7bd4a5bdf168f215eea4d8
SHA-256: 98e23fb42c2e0e0e580cddeeee60e91aaa45368ee8735091aaab87f88f37d70d
Size: 43.59 MB - kernel-cross-headers-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 505ae5bca2614f513d613dbf4623b3ad
SHA-256: a77d7e99019187543fd5fb27e3e94097d0dcecb93d5d8d469a4f9ed3642b28f7
Size: 15.90 MB - kernel-debug-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 6fe352c419fd8fafedd58c1f98fbf33f
SHA-256: 695bd97d896160596a3ddbcdb9f40f01878afd5b84cea5acd85e0dc9abd270c5
Size: 10.55 MB - kernel-debug-core-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 35c59ad85a303867d36ec0fe145503d0
SHA-256: 3e25efa73970f1b51258adb072cb6907b36c79f12efda482529abb8b6e4177ed
Size: 72.89 MB - kernel-debug-devel-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: f3c47228d82e4d9a963f7dcba598dbfd
SHA-256: 33a101a074bb995e1b532c1d9217a2fb31fc3d5b09f20b761fa605b0d8bd270c
Size: 24.39 MB - kernel-debug-modules-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: aebd724517fa28873d29326f0b453afe
SHA-256: 59f4bdb1a04adfc8ff6544b25bff18c0e407fb713eb5783190608378f3025d46
Size: 66.03 MB - kernel-debug-modules-extra-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: c3febe04261e3841d30608461299f9d4
SHA-256: c4553e95446aa305112baf75c4160cbbfc1683bd34a24c524244229bb1a8d87b
Size: 11.93 MB - kernel-devel-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 103e523b2f67bd358adb2ae32ae647aa
SHA-256: b420fb11e045b70aaa011b4d9c3d948a5cc18d0a0c5e774526d22ff6b48664d1
Size: 24.19 MB - kernel-doc-4.18.0-553.105.1.el8_10.noarch.rpm
MD5: 5281e71daa1c68b9eade3076de08b431
SHA-256: 5a98021cb5a3813a8b0235ab86b0a0db67b1c08403a0b2684ef63b688670e066
Size: 28.42 MB - kernel-headers-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 3b9d30bab5cecd76449893fcfd046ad4
SHA-256: 89e4bd4426f9c19f16c4e7618630d711b1a105a5a5f6d2ab8c23b96834c85f3c
Size: 11.90 MB - kernel-modules-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: e4cc2475a95ab260895c78283172feae
SHA-256: 596167ad969d4a736e760d1409d2c1680c35ae848b98bfc76e0fc3c7c85328bd
Size: 36.39 MB - kernel-modules-extra-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 8ba31da78a3896ccb9f6cd507b76ddc9
SHA-256: 81d1267e2975cc5e72baceb419f723b3e6953cd4f74cb9e0ebcc53df325bb102
Size: 11.24 MB - kernel-tools-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 6021f984ed2ab5b3f4601b993bcdd251
SHA-256: b1b6630fca47fbe55cdd3885deb2ac527d19c22d2209f59a022bd30368d0a094
Size: 10.77 MB - kernel-tools-libs-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 052fc60ac483743aa81fcbf305f2e229
SHA-256: 62bc2b50bb5153855d395d459bba43e09422e48230585ce5060e1e8427a91d0d
Size: 10.56 MB - kernel-tools-libs-devel-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 3ece54a64e7d13a819971da63400350e
SHA-256: f5e5af3030986319212448ce4ce811508312315d34cbc4fac6c52876a6d199b8
Size: 10.55 MB - perf-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: 0ab4fa7e4318b6c9a0fd5ab0afa75cfe
SHA-256: 2a7755acd5d094921a80bd957d66a2964357b1bd8339ca85b14f6ac8829c54d2
Size: 12.87 MB - python3-perf-4.18.0-553.105.1.el8_10.x86_64.rpm
MD5: a85ff2b14fae2a9f1c29afcce568a5d6
SHA-256: 9cda32e3c0028de1a8132c86304774d2fc564b6bba0c16ee3a0af4c478d0d37a
Size: 10.68 MB