CVE Catalog

CVE-2025-39786

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

In the ad7173 ADC driver in the Linux kernel, there is a channel indexing error when accessing the syscalib_mode attribute. Using an incorrect index may lead to an out-of-bounds array access.

Risk Assessment

The risk includes potential out-of-bounds memory access, which could cause system crashes or unpredictable driver behavior.

Recommendation

Update the Linux kernel to a version containing the fix for this driver.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In 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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS