← Späť na vyhľadávanie CVE

CVE-2026-63936

Linux Kernel

Popis

In the Linux kernel, the following vulnerability has been resolved: iio: adc: mt6359: fix unchecked return value in mt6358_read_imp In mt6358_read_imp(), the variable val_v is passed to regmap_read() but the return value is not checked. If the read fails, val_v remains uninitialized and its random stack content is subsequently reported as a measurement result. Initialize val_v to zero to ensure a predictable value is reported in case of bus failure and to prevent potential stack data leakage. This also satisfies static analyzers that might otherwise flag the variable as used uninitialized.

EPSS 0.2%Riziko 0
Zobraziť zdroj
Zverejnené
2026-07-19 16:17:12
Dotknuté verzie
unknown
Typ
Jadro
Posledná úprava
2026-07-27 17:44:23
Vektor
Pending