In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
May 20, 2024
to the GitHub Advisory Database
•
Updated Feb 2, 2025
Description
Published by the National Vulnerability Database
May 20, 2024
Published to the GitHub Advisory Database
May 20, 2024
Last updated
Feb 2, 2025
In the Linux kernel, the following vulnerability has been resolved:
Bluetooth: SCO: Fix not validating setsockopt user input
syzbot reported sco_sock_setsockopt() is copying data without
checking user input length.
BUG: KASAN: slab-out-of-bounds in copy_from_sockptr_offset
include/linux/sockptr.h:49 [inline]
BUG: KASAN: slab-out-of-bounds in copy_from_sockptr
include/linux/sockptr.h:55 [inline]
BUG: KASAN: slab-out-of-bounds in sco_sock_setsockopt+0xc0b/0xf90
net/bluetooth/sco.c:893
Read of size 4 at addr ffff88805f7b15a3 by task syz-executor.5/12578
References