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.
References
Configurations
Configuration 1 (hide)
|
History
29 Jul 2026, 19:31
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://git.kernel.org/stable/c/95e8a48d7a85d4226934020e57815a3316d3a14b - Patch | |
| References | () https://git.kernel.org/stable/c/abd776ded3e256889610595290f6ca46cb6e91ab - Patch | |
| References | () https://git.kernel.org/stable/c/abe0854e356b1bb814393ca884cb42b3eb12ce10 - Patch | |
| References | () https://git.kernel.org/stable/c/d08d82d83ed45fd8c001a9df66ad7ebb86c9d6c6 - Patch | |
| References | () https://git.kernel.org/stable/c/d5793975fc3b1780ba576812158ef22e3104e60e - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CWE | CWE-129 | |
| First Time |
Linux linux Kernel
Linux |
20 Jul 2026, 15:16
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
19 Jul 2026, 12:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-19 12:16
Updated : 2026-07-29 19:31
NVD link : CVE-2026-53386
Mitre link : CVE-2026-53386
CVE.ORG link : CVE-2026-53386
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-129
Improper Validation of Array Index
