5 matches found
CVE-2026-63932
In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....
CVE-2026-63932 iio: chemical: mhz19b: reject oversized serial replies
In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....
EUVD-2026-45705
In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19breceivebuf appends each serdev chunk into the fixed MHZ19BCMDSIZE receive buffer and advances bufidx by len without checking that the chunk fits in the remaining space....
CVE-2026-63932
In the Linux kernel IIO chemical mhz19b driver, mhz19b_receive_buf() appends serdev chunks into a fixed MHZ19B_CMD_SIZE buffer and advances buf_idx without ensuring fit, enabling a potential overflow of st->buf from a large callback. The patch resets the reply state before each command and rej...
PT-2026-61249
In the Linux kernel, the following vulnerability has been resolved: iio: chemical: mhz19b: reject oversized serial replies mhz19b receive buf appends each serdev chunk into the fixed MHZ19B CMD SIZE receive buffer and advances buf idx by len without checking that the chunk fits in the remaining...