CVE-2026-64275

Source
https://cve.org/CVERecord?id=CVE-2026-64275
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64275.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64275
Downstream
Published
2026-07-25T08:49:20.669Z
Modified
2026-07-27T04:03:20.767528424Z
Summary
Input: elan_i2c - prevent division by zero and arithmetic underflow
Details

In the Linux kernel, the following vulnerability has been resolved:

Input: elan_i2c - prevent division by zero and arithmetic underflow

The Elan I2C touchpad driver queries the device for its physical dimensions and trace counts to calculate the device resolution and width. However, if the device firmware or device tree provides invalid zero values for xtraces or ytraces, it results in a fatal division-by-zero exception leading to a kernel panic during device probe.

Add checks to ensure these parameters are non-zero before performing the division. If invalid trace values are detected, fall back to a safe default of 1.

Additionally, prevent an arithmetic underflow in the touch reporting logic. Previously, if the calculated or fallback width was smaller than ETPFWIDTHREDUCE (90), the subtraction would underflow, resulting in a massive unsigned integer being reported to userspace. Clamp the adjusted width to a minimum of 0 to safely handle small physical dimensions and fallback scenarios.

Completing the probe with safe fallback values ensures the sysfs nodes are created, keeping the firmware update path intact so a recovery firmware can be flashed to the device.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64275.json",
    "cna_assigner": "Linux"
}
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
6696777c6506fa52b2a0282121195843ed855be6
Fixed
59d4cc5e7a9785e4bdc9c55273274c6b49d4b58d
Fixed
f6d10af2036d1d4a847a74fe47ebbf93bce3c84c
Fixed
2f281ff0163a38fdc4cb4061f0c241e643283a5e
Fixed
8c1db3418a419e788691746b9c47f863c2fd4890
Fixed
feb4866a42ec94764c7eb58012256f6f37664727
Fixed
01e0317c256c560d8dcce2e9825eb6142ee34611
Fixed
6bac57d8fe2a077b8a85b4140eeb7999078158eb
Fixed
df2b818fa009c10ff6ba875a1663ff001cda9558

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.19.0
Fixed
5.10.261
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.212
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.178
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.145
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.96
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.39
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.4

Database specific

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