The dvb_frontend_free function in drivers/media/dvb-core/dvb_frontend.c in the Linux kernel through 4.13.11 allows local users to cause a denial of service (use-after-free and system crash) or possibly have unspecified other impact via a crafted USB device. NOTE: the function was later renamed __dvb_frontend_free.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://patchwork.kernel.org/patch/10046189/ | third party advisory mailing list |
http://www.securityfocus.com/bid/101758 | third party advisory vdb entry |
https://groups.google.com/d/msg/syzkaller/0HJQqTm0G_g/T931ItskBAAJ | third party advisory mailing list |
https://access.redhat.com/errata/RHSA-2018:2948 | vendor advisory |