Vulnerability Description
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.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.9, < 6.12.95 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/95e8a48d7a85d4226934020e57815a3316d3a14bPatch
- https://git.kernel.org/stable/c/abd776ded3e256889610595290f6ca46cb6e91abPatch
- https://git.kernel.org/stable/c/abe0854e356b1bb814393ca884cb42b3eb12ce10Patch
- https://git.kernel.org/stable/c/d08d82d83ed45fd8c001a9df66ad7ebb86c9d6c6Patch
- https://git.kernel.org/stable/c/d5793975fc3b1780ba576812158ef22e3104e60ePatch
FAQ
What is CVE-2026-53386?
CVE-2026-53386 is a vulnerability with a CVSS score of 7.8 (HIGH). 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...
How severe is CVE-2026-53386?
CVE-2026-53386 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53386?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.