3 matches found
CVE-2026-64236
In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...
EUVD-2026-48645
In the Linux kernel, the following vulnerability has been resolved: i2c: davinci: fix division by zero on missing clock-frequency When the 'clock-frequency' property is missing from the device tree, the driver falls back to DAVINCII2CDEFAULTBUSFREQ. However, this macro was defined in kHz 100,...
CVE-2026-64236
The CVE-2026-64236 issue affects the Linux kernel i2c/davinci driver: if the device-tree clock-frequency is missing, the driver falls back to DAVINCI_I2C_DEFAULT_BUS_FREQ. The macro was defined in kHz (100), but the property is in Hz, causing the probe to divide by 1000 and produce dev->bus_fr...