Bugzilla – Bug 1215468
VUL-0: CVE-2023-42752: kernel: integer overflow leading to exploitable memory access
Last modified: 2023-09-19 07:51:05 UTC
CVE-2023-42752 Posted by Kyle Zeng on Sep 18Hi there, I recently found an integer overflow in the Linux kernel, which leads to the kernel allocating `skb_shared_info` in the userspace, which is exploitable in systems without SMAP protection since `skb_shared_info` contains references to function pointers. I verified the existence of the vulnerability on both the main tree and v6.1.y, more versions may be affected (potentially all stable trees). [Root Cause] The root cause of the... References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-42752 https://seclists.org/oss-sec/2023/q3/192
fixing commits: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=915d975b2ffa https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=c3b704d4a4a2
Closing this as duplicate *** This bug has been marked as a duplicate of bug 1215146 ***