3 matches found
EUVD-2026-67431
In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Fix reading the minimum alarm voltage Coverity reports an out-of-bounds access when reading the minimum alarm voltage for the VGPIO channel. Add the missing return statement to fix the problem...
CVE-2026-80696
In the Linux kernel, the following vulnerability has been resolved: hwmon: ltc4282 Fix reading the minimum alarm voltage Coverity reports an out-of-bounds access when reading the minimum alarm voltage for the VGPIO channel. Add the missing return statement to fix the problem...
CVE-2026-80696
CVE-2026-80696 affects the Linux kernel 's hwmon driver for the ltc4282 hardware monitoring chip. Coverity reported an out-of-bounds access when reading the minimum alarm voltage for the VGPIO channel , caused by a missing return statement in the driver code. The fix adds the missing return to pr...