kernel-4.18.0-553.58.1.el8_10
エラータID: AXSA:2025-10155:37
リリース日:
2025/06/30 Monday - 10:19
題名:
kernel-4.18.0-553.58.1.el8_10
影響のあるチャネル:
Asianux Server 8 for x86_64
Severity:
Moderate
Description:
The kernel packages contain the Linux kernel, the core of any Linux operating
system.
Security Fix(es):
kernel: cifs: fix double free race when mount fails in cifs_get_root()
(CVE-2022-48919)
kernel: security/keys: fix slab-out-of-bounds in key_task_permission
(CVE-2024-50301)
kernel: idpf: fix idpf_vc_core_init error path (CVE-2024-53064)
kernel: ndisc: use RCU protection in ndisc_alloc_skb() (CVE-2025-21764)
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(s):
CVE-2022-48919
CVE-2024-50301
CVE-2024-53064
CVE-2025-21764
解決策:
Update packages.
CVE:
CVE-2022-48919
In the Linux kernel, the following vulnerability has been resolved: cifs: fix double free race when mount fails in cifs_get_root() When cifs_get_root() fails during cifs_smb3_do_mount() we call deactivate_locked_super() which eventually will call delayed_free() which will free the context. In this situation we should not proceed to enter the out: section in cifs_smb3_do_mount() and free the same resources a second time. [Thu Feb 10 12:59:06 2022] BUG: KASAN: use-after-free in rcu_cblist_dequeue+0x32/0x60 [Thu Feb 10 12:59:06 2022] Read of size 8 at addr ffff888364f4d110 by task swapper/1/0 [Thu Feb 10 12:59:06 2022] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G OE 5.17.0-rc3+ #4 [Thu Feb 10 12:59:06 2022] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v4.0 12/17/2019 [Thu Feb 10 12:59:06 2022] Call Trace: [Thu Feb 10 12:59:06 2022] [Thu Feb 10 12:59:06 2022] dump_stack_lvl+0x5d/0x78 [Thu Feb 10 12:59:06 2022] print_address_description.constprop.0+0x24/0x150 [Thu Feb 10 12:59:06 2022] ? rcu_cblist_dequeue+0x32/0x60 [Thu Feb 10 12:59:06 2022] kasan_report.cold+0x7d/0x117 [Thu Feb 10 12:59:06 2022] ? rcu_cblist_dequeue+0x32/0x60 [Thu Feb 10 12:59:06 2022] __asan_load8+0x86/0xa0 [Thu Feb 10 12:59:06 2022] rcu_cblist_dequeue+0x32/0x60 [Thu Feb 10 12:59:06 2022] rcu_core+0x547/0xca0 [Thu Feb 10 12:59:06 2022] ? call_rcu+0x3c0/0x3c0 [Thu Feb 10 12:59:06 2022] ? __this_cpu_preempt_check+0x13/0x20 [Thu Feb 10 12:59:06 2022] ? lock_is_held_type+0xea/0x140 [Thu Feb 10 12:59:06 2022] rcu_core_si+0xe/0x10 [Thu Feb 10 12:59:06 2022] __do_softirq+0x1d4/0x67b [Thu Feb 10 12:59:06 2022] __irq_exit_rcu+0x100/0x150 [Thu Feb 10 12:59:06 2022] irq_exit_rcu+0xe/0x30 [Thu Feb 10 12:59:06 2022] sysvec_hyperv_stimer0+0x9d/0xc0 ... [Thu Feb 10 12:59:07 2022] Freed by task 58179: [Thu Feb 10 12:59:07 2022] kasan_save_stack+0x26/0x50 [Thu Feb 10 12:59:07 2022] kasan_set_track+0x25/0x30 [Thu Feb 10 12:59:07 2022] kasan_set_free_info+0x24/0x40 [Thu Feb 10 12:59:07 2022] ____kasan_slab_free+0x137/0x170 [Thu Feb 10 12:59:07 2022] __kasan_slab_free+0x12/0x20 [Thu Feb 10 12:59:07 2022] slab_free_freelist_hook+0xb3/0x1d0 [Thu Feb 10 12:59:07 2022] kfree+0xcd/0x520 [Thu Feb 10 12:59:07 2022] cifs_smb3_do_mount+0x149/0xbe0 [cifs] [Thu Feb 10 12:59:07 2022] smb3_get_tree+0x1a0/0x2e0 [cifs] [Thu Feb 10 12:59:07 2022] vfs_get_tree+0x52/0x140 [Thu Feb 10 12:59:07 2022] path_mount+0x635/0x10c0 [Thu Feb 10 12:59:07 2022] __x64_sys_mount+0x1bf/0x210 [Thu Feb 10 12:59:07 2022] do_syscall_64+0x5c/0xc0 [Thu Feb 10 12:59:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xae [Thu Feb 10 12:59:07 2022] Last potentially related work creation: [Thu Feb 10 12:59:07 2022] kasan_save_stack+0x26/0x50 [Thu Feb 10 12:59:07 2022] __kasan_record_aux_stack+0xb6/0xc0 [Thu Feb 10 12:59:07 2022] kasan_record_aux_stack_noalloc+0xb/0x10 [Thu Feb 10 12:59:07 2022] call_rcu+0x76/0x3c0 [Thu Feb 10 12:59:07 2022] cifs_umount+0xce/0xe0 [cifs] [Thu Feb 10 12:59:07 2022] cifs_kill_sb+0xc8/0xe0 [cifs] [Thu Feb 10 12:59:07 2022] deactivate_locked_super+0x5d/0xd0 [Thu Feb 10 12:59:07 2022] cifs_smb3_do_mount+0xab9/0xbe0 [cifs] [Thu Feb 10 12:59:07 2022] smb3_get_tree+0x1a0/0x2e0 [cifs] [Thu Feb 10 12:59:07 2022] vfs_get_tree+0x52/0x140 [Thu Feb 10 12:59:07 2022] path_mount+0x635/0x10c0 [Thu Feb 10 12:59:07 2022] __x64_sys_mount+0x1bf/0x210 [Thu Feb 10 12:59:07 2022] do_syscall_64+0x5c/0xc0 [Thu Feb 10 12:59:07 2022] entry_SYSCALL_64_after_hwframe+0x44/0xae
In the Linux kernel, the following vulnerability has been resolved: cifs: fix double free race when mount fails in cifs_get_root() When cifs_get_root() fails during cifs_smb3_do_mount() we call deactivate_locked_super() which eventually will call delayed_free() which will free the context. In this situation we should not proceed to enter the out: section in cifs_smb3_do_mount() and free the same resources a second time. [Thu Feb 10 12:59:06 2022] BUG: KASAN: use-after-free in rcu_cblist_dequeue+0x32/0x60 [Thu Feb 10 12:59:06 2022] Read of size 8 at addr ffff888364f4d110 by task swapper/1/0 [Thu Feb 10 12:59:06 2022] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G OE 5.17.0-rc3+ #4 [Thu Feb 10 12:59:06 2022] Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v4.0 12/17/2019 [Thu Feb 10 12:59:06 2022] Call Trace: [Thu Feb 10 12:59:06 2022]
CVE-2024-50301
In the Linux kernel, the following vulnerability has been resolved: security/keys: fix slab-out-of-bounds in key_task_permission KASAN reports an out of bounds read: BUG: KASAN: slab-out-of-bounds in __kuid_val include/linux/uidgid.h:36 BUG: KASAN: slab-out-of-bounds in uid_eq include/linux/uidgid.h:63 [inline] BUG: KASAN: slab-out-of-bounds in key_task_permission+0x394/0x410 security/keys/permission.c:54 Read of size 4 at addr ffff88813c3ab618 by task stress-ng/4362 CPU: 2 PID: 4362 Comm: stress-ng Not tainted 5.10.0-14930-gafbffd6c3ede #15 Call Trace: __dump_stack lib/dump_stack.c:82 [inline] dump_stack+0x107/0x167 lib/dump_stack.c:123 print_address_description.constprop.0+0x19/0x170 mm/kasan/report.c:400 __kasan_report.cold+0x6c/0x84 mm/kasan/report.c:560 kasan_report+0x3a/0x50 mm/kasan/report.c:585 __kuid_val include/linux/uidgid.h:36 [inline] uid_eq include/linux/uidgid.h:63 [inline] key_task_permission+0x394/0x410 security/keys/permission.c:54 search_nested_keyrings+0x90e/0xe90 security/keys/keyring.c:793 This issue was also reported by syzbot. It can be reproduced by following these steps(more details [1]): 1. Obtain more than 32 inputs that have similar hashes, which ends with the pattern '0xxxxxxxe6'. 2. Reboot and add the keys obtained in step 1. The reproducer demonstrates how this issue happened: 1. In the search_nested_keyrings function, when it iterates through the slots in a node(below tag ascend_to_node), if the slot pointer is meta and node->back_pointer != NULL(it means a root), it will proceed to descend_to_node. However, there is an exception. If node is the root, and one of the slots points to a shortcut, it will be treated as a keyring. 2. Whether the ptr is keyring decided by keyring_ptr_is_keyring function. However, KEYRING_PTR_SUBTYPE is 0x2UL, the same as ASSOC_ARRAY_PTR_SUBTYPE_MASK. 3. When 32 keys with the similar hashes are added to the tree, the ROOT has keys with hashes that are not similar (e.g. slot 0) and it splits NODE A without using a shortcut. When NODE A is filled with keys that all hashes are xxe6, the keys are similar, NODE A will split with a shortcut. Finally, it forms the tree as shown below, where slot 6 points to a shortcut. NODE A +------>+---+ ROOT | | 0 | xxe6 +---+ | +---+ xxxx | 0 | shortcut : : xxe6 +---+ | +---+ xxe6 : : | | | xxe6 +---+ | +---+ | 6 |---+ : : xxe6 +---+ +---+ xxe6 : : | f | xxe6 +---+ +---+ xxe6 | f | +---+ 4. As mentioned above, If a slot(slot 6) of the root points to a shortcut, it may be mistakenly transferred to a key*, leading to a read out-of-bounds read. To fix this issue, one should jump to descend_to_node if the ptr is a shortcut, regardless of whether the node is root or not. [1] https://lore.kernel.org/linux-kernel/1cfa878e-8c7b-4570-8606-21daf5e13ce7@huaweicloud.com/ [jarkko: tweaked the commit message a bit to have an appropriate closes tag.]
In the Linux kernel, the following vulnerability has been resolved: security/keys: fix slab-out-of-bounds in key_task_permission KASAN reports an out of bounds read: BUG: KASAN: slab-out-of-bounds in __kuid_val include/linux/uidgid.h:36 BUG: KASAN: slab-out-of-bounds in uid_eq include/linux/uidgid.h:63 [inline] BUG: KASAN: slab-out-of-bounds in key_task_permission+0x394/0x410 security/keys/permission.c:54 Read of size 4 at addr ffff88813c3ab618 by task stress-ng/4362 CPU: 2 PID: 4362 Comm: stress-ng Not tainted 5.10.0-14930-gafbffd6c3ede #15 Call Trace: __dump_stack lib/dump_stack.c:82 [inline] dump_stack+0x107/0x167 lib/dump_stack.c:123 print_address_description.constprop.0+0x19/0x170 mm/kasan/report.c:400 __kasan_report.cold+0x6c/0x84 mm/kasan/report.c:560 kasan_report+0x3a/0x50 mm/kasan/report.c:585 __kuid_val include/linux/uidgid.h:36 [inline] uid_eq include/linux/uidgid.h:63 [inline] key_task_permission+0x394/0x410 security/keys/permission.c:54 search_nested_keyrings+0x90e/0xe90 security/keys/keyring.c:793 This issue was also reported by syzbot. It can be reproduced by following these steps(more details [1]): 1. Obtain more than 32 inputs that have similar hashes, which ends with the pattern '0xxxxxxxe6'. 2. Reboot and add the keys obtained in step 1. The reproducer demonstrates how this issue happened: 1. In the search_nested_keyrings function, when it iterates through the slots in a node(below tag ascend_to_node), if the slot pointer is meta and node->back_pointer != NULL(it means a root), it will proceed to descend_to_node. However, there is an exception. If node is the root, and one of the slots points to a shortcut, it will be treated as a keyring. 2. Whether the ptr is keyring decided by keyring_ptr_is_keyring function. However, KEYRING_PTR_SUBTYPE is 0x2UL, the same as ASSOC_ARRAY_PTR_SUBTYPE_MASK. 3. When 32 keys with the similar hashes are added to the tree, the ROOT has keys with hashes that are not similar (e.g. slot 0) and it splits NODE A without using a shortcut. When NODE A is filled with keys that all hashes are xxe6, the keys are similar, NODE A will split with a shortcut. Finally, it forms the tree as shown below, where slot 6 points to a shortcut. NODE A +------>+---+ ROOT | | 0 | xxe6 +---+ | +---+ xxxx | 0 | shortcut : : xxe6 +---+ | +---+ xxe6 : : | | | xxe6 +---+ | +---+ | 6 |---+ : : xxe6 +---+ +---+ xxe6 : : | f | xxe6 +---+ +---+ xxe6 | f | +---+ 4. As mentioned above, If a slot(slot 6) of the root points to a shortcut, it may be mistakenly transferred to a key*, leading to a read out-of-bounds read. To fix this issue, one should jump to descend_to_node if the ptr is a shortcut, regardless of whether the node is root or not. [1] https://lore.kernel.org/linux-kernel/1cfa878e-8c7b-4570-8606-21daf5e13ce7@huaweicloud.com/ [jarkko: tweaked the commit message a bit to have an appropriate closes tag.]
CVE-2024-53064
In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpf_vc_core_init error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and waits for the reset to complete. Once the reset is done, it tries to build the resources back. At this time if the device control plane is not yet started, then the driver timeouts on the virtchnl message and retries to establish the mailbox again. In the retry flow, mailbox is deinitialized but the mailbox workqueue is still alive and polling for the mailbox message. This results in accessing the released control queue leading to null-ptr-deref. Fix it by unrolling the work queue cancellation and mailbox deinitialization in the reverse order which they got initialized.
In the Linux kernel, the following vulnerability has been resolved: idpf: fix idpf_vc_core_init error path In an event where the platform running the device control plane is rebooted, reset is detected on the driver. It releases all the resources and waits for the reset to complete. Once the reset is done, it tries to build the resources back. At this time if the device control plane is not yet started, then the driver timeouts on the virtchnl message and retries to establish the mailbox again. In the retry flow, mailbox is deinitialized but the mailbox workqueue is still alive and polling for the mailbox message. This results in accessing the released control queue leading to null-ptr-deref. Fix it by unrolling the work queue cancellation and mailbox deinitialization in the reverse order which they got initialized.
CVE-2025-21764
In the Linux kernel, the following vulnerability has been resolved: ndisc: use RCU protection in ndisc_alloc_skb() ndisc_alloc_skb() can be called without RTNL or RCU being held. Add RCU protection to avoid possible UAF.
In the Linux kernel, the following vulnerability has been resolved: ndisc: use RCU protection in ndisc_alloc_skb() ndisc_alloc_skb() can be called without RTNL or RCU being held. Add RCU protection to avoid possible UAF.
追加情報:
N/A
ダウンロード:
SRPMS
- kernel-4.18.0-553.58.1.el8_10.src.rpm
MD5: 2971c272991e0ce9f99bac885a45800d
SHA-256: 591cf46c9468b8f709d43399903fb2635dfa123b0587afefc8d274124e36adbb
Size: 132.22 MB
Asianux Server 8 for x86_64
- bpftool-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: 84484986505e650d43c04569290f852f
SHA-256: f82dac24afe17eb4466d0a7a2d2e94f0761f9aa87a27d6a6af1465dd22b1aff9
Size: 11.22 MB - kernel-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: 7afd870e3cc544b99744701609ba2379
SHA-256: cee4ad88c19ea4d333dc79a9b1d41b64ea57a0274b105c81dc2a9b321c3522d2
Size: 10.49 MB - kernel-abi-stablelists-4.18.0-553.58.1.el8_10.noarch.rpm
MD5: 5523e31d7a82db105c25feb939953607
SHA-256: eb77ef2cad747f804e81947f8245847db4f34acf7aa618d0bfeb2d0db903a1bf
Size: 10.51 MB - kernel-core-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: cb7153df931cd542c1fd75bf3a48d5b4
SHA-256: 57030660f2785f22efe4590419116368d9d24c01b109374a0a570760d2e9e533
Size: 43.52 MB - kernel-cross-headers-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: f873e1525181579c67c82bf3ec6e6d69
SHA-256: c3a7a16ea550f2215020f53f2ada730a8f8432159258af6d1af3dfd55616fa87
Size: 15.84 MB - kernel-debug-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: b19c3ddd16e2bad4c0584ef3b6957f0c
SHA-256: c8e764e93bab7eec795e563edeff28135faaaa02b2921d677dbe45159b679ac4
Size: 10.49 MB - kernel-debug-core-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: 065b69d383f8ff243574e521e187445a
SHA-256: 5aaa7602507b9034a145ab401b5eb3591172c4d0fe644d3c393af49b3d59433a
Size: 72.81 MB - kernel-debug-devel-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: f27f949ce4468a10efc6287ca0d0f61c
SHA-256: 51568253e99d3da4f229d2ae12b0e49b7de512d52a4f157cfdc9d4c362af519b
Size: 24.32 MB - kernel-debug-modules-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: 3452b24b044921000168583523ec9550
SHA-256: 91be528123fc6e92d46bcfe48b8d8c8789fcd7b58e1a6bc7dccbae336368f2ab
Size: 65.96 MB - kernel-debug-modules-extra-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: a16e45fb1cda5b8d89b49eb952cc676c
SHA-256: eaf7b49273a9556c832c2d1e31ea76fdc1cdab44d3c3fea75af1dd3abdc88f5c
Size: 11.87 MB - kernel-devel-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: abaca6095d8d35883ec340f2d682de95
SHA-256: 78c66ff4817e83f72ae520276e4b6ee26532bdd81705af6e67586f38ff3878c4
Size: 24.12 MB - kernel-doc-4.18.0-553.58.1.el8_10.noarch.rpm
MD5: e93ecc2a0561fc028b9ba62785e0286f
SHA-256: 4443a008384f62693146c8ac93e7caad5c4504e7abc9370bc674665b6d4b76cd
Size: 28.35 MB - kernel-headers-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: 8c9a0cf4a2c68167283c0111c49b4109
SHA-256: 3ac5e2dcb6201d8d37f36a08903839510a8d6cf4675ba32144d8bf3e66babe2e
Size: 11.84 MB - kernel-modules-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: ed72115bb3d458c4c02e3fb75cc39ed0
SHA-256: 6071c8b2cb09a170f26cea0da0c5aacd21e52d052aa34c6ed97054411362e0b9
Size: 36.31 MB - kernel-modules-extra-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: b63e358c4c88c408eae367e5b970ced3
SHA-256: e22a22a62e873c39abb1df30250d868b823127b476a27268933b79ae05a8905e
Size: 11.18 MB - kernel-tools-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: f07ceb3022f0abe210bfa0751387d518
SHA-256: 54ba839c52b1f1565865b44ca1b711a78d7708fde1647277b6cb376680b7bc2b
Size: 10.71 MB - kernel-tools-libs-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: a30b25d40df60fd968cb9b40c53b67af
SHA-256: f3878d18fcb29bb0fd60963310bbcfd96ff4dbb0dd208f33bbee34348e523b7d
Size: 10.50 MB - kernel-tools-libs-devel-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: 1bd043f52a3e2728e2edebb49d2f9dbc
SHA-256: 9150c2bf6c8d0cd12fd5e4fc81cb9bd2d5b47f8d6b0a2c4d2334002676c34f16
Size: 10.49 MB - perf-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: a949b99e4c4c1c61b8aedcc0926ff7bc
SHA-256: c86b50389d039812b4a9d77365cde095c6e0a315fbf98d74551ee7de9f21ce87
Size: 12.81 MB - python3-perf-4.18.0-553.58.1.el8_10.x86_64.rpm
MD5: d3a2e87285014b10a25ba49b60e35c17
SHA-256: 0eb1cefd21b393f043ebdce78257f79c6f39487a3e8471cdceacdb66e2360cc4
Size: 10.62 MB