Integer overflow in Linux kernel - CVE-2026-64236
Published: July 27, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local attacker to cause a denial of service.
The vulnerability exists due to integer truncation in the i2c-davinci driver probe function when processing a device tree configuration with a missing clock-frequency property. A local attacker can provide a device tree configuration that triggers a division by zero to cause a denial of service.
The issue results in a deterministic kernel panic during probe while calculating clock dividers.