Bugzilla – Bug 1067087
VUL-0: CVE-2017-16648: kernel: The dvb_frontend_free function allows local users to cause DoS (use-after-free and system crash)
Last modified: 2024-06-25 13:43:40 UTC
CVE-2017-16648 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. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-16648 https://patchwork.kernel.org/patch/10046189/ https://groups.google.com/d/msg/syzkaller/0HJQqTm0G_g/T931ItskBAAJ
master: pushed stable: pushed SLE15: doesn't have ead666000a5f ("media: dvb_frontend: only use kref after initialized") which this patch fixes. That commit came in in 4.14-rc6. By the same logic, earlier trees don't have it either, so bouncing back.
fixed