n the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7173: fix channels index for syscalib_mode Fix the index used to look up the channel when accessing the syscalib_mode attribute. The address field is a 0-based index (same as scan_index) that it used to access the channel in the ad7173_channels array throughout the driver. The channels field, on the other hand, may not match the address field depending on the channel configuration specified in the device tree and could result in an out-of-bounds access.
25 Nov 2025, 18:44
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.1 |
| References | () https://git.kernel.org/stable/c/0eb8d7b25397330beab8ee62c681975b79f37223 - Patch | |
| References | () https://git.kernel.org/stable/c/2def1a8691eb43654da0ae0d2fdb3722e20262a5 - Patch | |
| CWE | CWE-125 | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| First Time |
Linux linux Kernel
Linux |
15 Sep 2025, 15:22
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Published : 2025-09-11 17:15
Updated : 2025-11-25 18:44
NVD link : CVE-2025-39786
Mitre link : CVE-2025-39786
CVE.ORG link : CVE-2025-39786
JSON object : View
Out-of-bounds Read