cve/2018/CVE-2018-19985.md
2024-06-18 02:51:15 +02:00

888 B

CVE-2018-19985

Description

The function hso_get_config_data in drivers/net/usb/hso.c in the Linux kernel through 4.19.8 reads if_num from the USB device (as a u8) and uses it to index a small array, resulting in an object out-of-bounds (OOB) read that potentially allows arbitrary read in the kernel address space.

POC

Reference

Github