CVE-2026-64272
Last modified
CVE-2026-64272 is a vulnerability of currently unknown severity. 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 __mms114_read_reg() reads the touch data packet from the device into the touch buffer, the events are packed tightly at 6-byte intervals. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
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 __mms114_read_reg() 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 mms114_touch) (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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 53fefdd1d3a3403d8c44e28898d1031d8763b913, < 112666835071d935fef764aab590339e97216d4a; >= 53fefdd1d3a3403d8c44e28898d1031d8763b913, < 7c00a0787af7164438bdbc97fcae9733cfc58d21; >= 53fefdd1d3a3403d8c44e28898d1031d8763b913, < 75b12874b4172533b9efc349db328cb1a59c3981; >= 53fefdd1d3a3403d8c44e28898d1031d8763b913, < a747c4eb02656afdbd92eea83b88e92715a23977; >= 53fefdd1d3a3403d8c44e28898d1031d8763b913, < a6ac4e24c1a8a533bb61035184fdcc7eede4cc8d |
| Linux | Linux | 5.13 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-64272?
How severe is CVE-2026-64272?
How do I fix CVE-2026-64272?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64267In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64268In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64269In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-6427The a3 Lazy Load plugin for WordPress is vulnerable to Store…6.4
- CVE-2026-64270In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64271In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64273In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64274In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64275In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64276In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64277In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64278In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-64272?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
