Exploitation Summary
EIP tracks 1 public exploit for CVE-2010-2963. PoCs published by Kees Cook.
AI-analyzed exploit summary This exploit leverages CVE-2010-2963 to perform arbitrary memory writes in the Linux kernel via the v4l1 compat ioctl interface. It manipulates the security_ops structure to escalate privileges by redirecting function pointers.
Description
drivers/media/video/v4l2-compat-ioctl32.c in the Video4Linux (V4L) implementation in the Linux kernel before 2.6.36 on 64-bit platforms does not validate the destination of a memory copy operation, which allows local users to write to arbitrary kernel memory locations, and consequently gain privileges, via a VIDIOCSTUNER ioctl call on a /dev/video device, followed by a VIDIOCSMICROCODE ioctl call on this device.
Exploits (1)
This exploit leverages CVE-2010-2963 to perform arbitrary memory writes in the Linux kernel via the v4l1 compat ioctl interface. It manipulates the security_ops structure to escalate privileges by redirecting function pointers.