In the Linux kernel, the following vulnerability has been resolved:
media: atomisp: prevent integer overflow in shcsssetblackframe()
The "height" and "width" values come from the user so the "height * width" multiplication can overflow.