3.0 KiB
CVE-2024-42252
Description
In the Linux kernel, the following vulnerability has been resolved:closures: Change BUG_ON() to WARN_ON()If a BUG_ON() can be hit in the wild, it shouldn't be a BUG_ON()For reference, this has popped up once in the CI, and we'll need moreinfo to debug it:03240 ------------[ cut here ]------------03240 kernel BUG at lib/closure.c:21!03240 kernel BUG at lib/closure.c:21!03240 Internal error: Oops - BUG: 00000000f2000800 [#1] SMP03240 Modules linked in:03240 CPU: 15 PID: 40534 Comm: kworker/u80:1 Not tainted 6.10.0-rc4-ktest-ga56da69799bd #2557003240 Hardware name: linux,dummy-virt (DT)03240 Workqueue: btree_update btree_interior_update_work03240 pstate: 00001005 (nzcv daif -PAN -UAO -TCO -DIT +SSBS BTYPE=--)03240 pc : closure_put+0x224/0x2a003240 lr : closure_put+0x24/0x2a003240 sp : ffff0000d12071c003240 x29: ffff0000d12071c0 x28: dfff800000000000 x27: ffff0000d120736003240 x26: 0000000000000040 x25: 0000000000000040 x24: 000000000000004003240 x23: ffff0000c1f20180 x22: 0000000000000000 x21: ffff0000c1f2016803240 x20: 0000000040000000 x19: ffff0000c1f20140 x18: 000000000000000103240 x17: 0000000000003aa0 x16: 0000000000003ad0 x15: 1fffe0001c32697403240 x14: 0000000000000a1e x13: 0000000000000000 x12: 1fffe000183e402d03240 x11: ffff6000183e402d x10: dfff800000000000 x9 : ffff6000183e402e03240 x8 : 0000000000000001 x7 : 00009fffe7c1bfd3 x6 : ffff0000c1f2016b03240 x5 : ffff0000c1f20168 x4 : ffff6000183e402e x3 : ffff80008139195403240 x2 : 0000000000000001 x1 : 0000000000000000 x0 : 00000000a800000003240 Call trace:03240 closure_put+0x224/0x2a003240 bch2_check_for_deadlock+0x910/0x102803240 bch2_six_check_for_deadlock+0x1c/0x3003240 six_lock_slowpath.isra.0+0x29c/0xed003240 six_lock_ip_waiter+0xa8/0xf803240 __bch2_btree_node_lock_write+0x14c/0x29803240 bch2_trans_lock_write+0x6d4/0xb1003240 __bch2_trans_commit+0x135c/0x552003240 btree_interior_update_work+0x1248/0x1c1003240 process_scheduled_works+0x53c/0xd9003240 worker_thread+0x370/0x8c803240 kthread+0x258/0x2e803240 ret_from_fork+0x10/0x2003240 Code: aa1303e0 d63f0020 a94363f7 17ffff8c (d4210000)03240 ---[ end trace 0000000000000000 ]---03240 Kernel panic - not syncing: Oops - BUG: Fatal exception03240 SMP: stopping secondary CPUs03241 SMP: failed to stop secondary CPUs 13,1503241 Kernel Offset: disabled03241 CPU features: 0x00,00000003,80000008,4240500b03241 Memory Limit: none03241 ---[ end Kernel panic - not syncing: Oops - BUG: Fatal exception ]---03246 ========= FAILED TIMEOUT copygc_torture_no_checksum in 7200s
POC
Reference
No PoCs from references.