CVE-2025-21633 Information
Description
In the Linux kernel the following vulnerability has been resolved:
io_uring/sqpoll: zero sqd->thread on tctx errors
Syzkeller reports:
BUG: KASAN: slab-use-after-free in thread_group_cputime+0x409/0x700 kernel/sched/cputime.c:341
Read of size 8 at addr ffff88803578c510 by task syz.2.3223/27552
Call Trace:
That’s due to sqd->task not being cleared properly in cases where SQPOLL task tctx setup fails which can essentially only happen with fault injection to insert allocation errors.
Reference
https://git.kernel.org/stable/c/4b7cfa8b6c28a9fa22b86894166a1a34f6d630ba https://git.kernel.org/stable/c/aa7496d668c30ca7421b3bfdcd948ee861a13d17
Share on: