Commit 9739a563 authored by Ricardo B. Marliere's avatar Ricardo B. Marliere Committed by Guan Jing
Browse files

media: pvrusb2: fix use after free on context disconnection

stable inclusion
from stable-v5.10.209
commit 3233d8bf7893550045682192cb227af7fa3defeb
category: bugfix
bugzilla: https://gitee.com/src-openeuler/kernel/issues/I932VV
CVE: CVE-2023-52445

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3233d8bf7893550045682192cb227af7fa3defeb



--------------------------------

[ Upstream commit ded85b0c0edd8f45fec88783d7555a5b982449c1 ]

Upon module load, a kthread is created targeting the
pvr2_context_thread_func function, which may call pvr2_context_destroy
and thus call kfree() on the context object. However, that might happen
before the usb hub_event handler is able to notify the driver. This
patch adds a sanity check before the invalid read reported by syzbot,
within the context disconnection call stack.

Reported-and-tested-by: default avatar <syzbot+621409285c4156a009b3@syzkaller.appspotmail.com>
Closes: https://lore.kernel.org/all/000000000000a02a4205fff8eb92@google.com/



Fixes: e5be15c6 ("V4L/DVB (7711): pvrusb2: Fix race on module unload")
Signed-off-by: default avatarRicardo B. Marliere <ricardo@marliere.net>
Acked-by: default avatarMike Isely <isely@pobox.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarGuan Jing <guanjing6@huawei.com>
parent e5b3fc12
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment