CVE-2026-53386
Beschrijving NL
In de Linux kernel is de volgende kwetsbaarheid verholpen:
iio: adc: ti-ads1298: grenscontrole toevoegen aan pga_settings index
ads1298_pga_settings heeft 7 elementen, maar ADS1298_MASK_CH_PGA kan
waarden 0-7. Als het een waarde >= 7 oplevert, veroorzaakt dit een out-of-bounds
array toegang. Voeg een grenscontrole toe en retourneer -EINVAL als de index
buiten bereik is.
Merk op dat de resterende waarde b111 is gereserveerd, dus mag niet worden gezien
in een correct functionerend systeem.
Origineel (Engels) tonen
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 check and return -EINVAL if the index
is out of range.
Note that the remaining value b111 is reserved so should not be seen
in a correctly functioning system.