CVE-2026-64236

Source
https://cve.org/CVERecord?id=CVE-2026-64236
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64236.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64236
Downstream
Published
2026-07-24T15:27:41.371Z
Modified
2026-07-27T04:02:16.198569691Z
Summary
i2c: davinci: fix division by zero on missing clock-frequency
Details

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), whereas the device tree property is expected in Hz.

The probe function divided the fallback value by 1000, causing integer truncation that resulted in dev->bus_freq = 0. This triggered a deterministic division-by-zero kernel panic when calculating clock dividers later in the probe sequence.

Fix this by redefining DAVINCII2CDEFAULTBUSFREQ in Hz (100000) to match the expected device tree property unit, allowing the existing division logic to work correctly for both cases.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64236.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b04ce63859793e3439b394976b8d29e785d4d69a
Fixed
3f43865cb64dd7cb50efae1281a95585617b12a1
Fixed
9b694bc0e1831cbc5c3bbfd1b156ec719128f7d9
Fixed
030675aa54cf757769b3db65642433d626b3ed7c

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64236.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64236.json"