THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-53386 (HIGH 7.8) — 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 acces

[NVD] CVE-2026-53386 (HIGH 7.8) — 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 acces

mednvdPublished 2026-07-19

CVE-2026-53386 CVSS: 7.8 HIGH Published: 2026-07-19T12:16:49.540

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

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-53386