CVE-2026-53386

HIGHCVSS 7.8/10EPSS 0.13%

Last modified

CVE-2026-53386 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.13% chance of exploitation in the next 30 days.

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.

Metrics

CVSS 3.1
7.8/10

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Probability
0.13%

2.9th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 00ef7708fa6073a84f6898fdcdfe965d903b0378, < d5793975fc3b1780ba576812158ef22e3104e60e; >= 00ef7708fa6073a84f6898fdcdfe965d903b0378, < d08d82d83ed45fd8c001a9df66ad7ebb86c9d6c6; >= 00ef7708fa6073a84f6898fdcdfe965d903b0378, < abe0854e356b1bb814393ca884cb42b3eb12ce10; >= 00ef7708fa6073a84f6898fdcdfe965d903b0378, < abd776ded3e256889610595290f6ca46cb6e91ab; >= 00ef7708fa6073a84f6898fdcdfe965d903b0378, < 95e8a48d7a85d4226934020e57815a3316d3a14b
LinuxLinux6.9

References

Timeline

Published
Last Modified
Status
Awaiting Analysis

Frequently Asked Questions

What is CVE-2026-53386?
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.
How severe is CVE-2026-53386?
CVE-2026-53386 has a CVSS score of 7.8/10 (HIGH severity). The EPSS model estimates a 0.13% probability of exploitation in the next 30 days.
How do I fix CVE-2026-53386?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-53386?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST