PT-2026-61091
In the Linux kernel, the following vulnerability has been resolved: iio: adc: ti-ads1298: add bounds check to pga settings index ads1298 pga settings has 7 elements but ADS1298 MASK CH PGA can yield values 0-7. If it yields a value = 7, this causes an out-of-bounds array access. Add a bounds chec...