logo
DATABASE RESOURCES PRICING ABOUT US

CVE-2019-15505

Description

An out-of-bounds read flaw was found in the DVB USB subsystem of the Linux kernel. There was no boundary check applied to the array in struct technisat_usb2_state state->buf until the 0xff byte is encountered. If the byte is not encountered within the limit, an exposure of kernel data structure occurs. Data confidentiality and system availability are the highest threats with this vulnerability. #### Mitigation Mitigation for this issue is to skip loading the affected module technisat_usb2 onto the system till we have a fix available, this can be done by a blacklist mechanism, this will ensure the driver is not loaded at the boot time. How do I blacklist a kernel module to prevent it from loading automatically? https://access.redhat.com/solutions/41278


Related