CVE-2026-64272

Source
https://cve.org/CVERecord?id=CVE-2026-64272
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64272.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64272
Downstream
Published
2026-07-25T08:49:18.766Z
Modified
2026-07-27T04:03:21.022592064Z
Summary
Input: mms114 - fix touch indexing for MMS134S and MMS136
Details

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

Input: mms114 - fix touch indexing for MMS134S and MMS136

The MMS134S and MMS136 touch controllers have an event size of 6 bytes rather than 8 bytes. When _mms114readreg() reads the touch data packet from the device into the touch buffer, the events are packed tightly at 6-byte intervals. However, the driver iterates through the events using standard C array indexing (touch[index]), where each element is sizeof(struct mms114touch) (8 bytes) apart. As a result, any touch events beyond the first one are read from incorrect offsets and parsed improperly.

Fix this by explicitly calculating the byte offset for each touch event based on the device's specific event size.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64272.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
53fefdd1d3a3403d8c44e28898d1031d8763b913
Fixed
112666835071d935fef764aab590339e97216d4a
Fixed
7c00a0787af7164438bdbc97fcae9733cfc58d21
Fixed
75b12874b4172533b9efc349db328cb1a59c3981
Fixed
a747c4eb02656afdbd92eea83b88e92715a23977
Fixed
a6ac4e24c1a8a533bb61035184fdcc7eede4cc8d

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.13.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-64272.json"