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

Input: synaptics-rmi4 - fix F55 transmitter electrode count typo

During F55 sensor detection, the transmitter (TX) electrode count was
incorrectly assigned the value of the receiver (RX) electrode count
due to copy-paste typos.

This incorrect value was then propagated to the driver data and used
by F54 to determine the diagnostics report size. On devices with more
RX than TX electrodes, this inflated the perceived TX count, leading
to incorrect report size calculations and potential out-of-bounds
buffer accesses.

Fix the typos by correctly assigning the TX electrode counts.
Published: 2026-09-03
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

During F55 sensor detection the synaptics-rmi4 driver mistakenly copies the receiver electrode count into the transmitter field. The inflated transmitter value is used to size a diagnostics buffer, which can become larger than the allocated space. When the driver writes into this buffer it performs an out‑of-bounds write, corrupting kernel memory and potentially enabling a local privilege escalation or a denial‑of‑service through a kernel crash.

Affected Systems

All Linux kernel builds that include the synaptics-rmi4 driver before the published fix commit are affected. The problem exists in every kernel revision that ships with the unpatched driver code, regardless of architecture or distribution.

Risk and Exploitability

No CVSS or EPSS score was published and the vulnerability is not listed in the CISA KEV catalog. The nature of the flaw—a kernel buffer overflow that corrupts memory—implies a high severity. Exploitation would require local access to the system or the ability to provoke the sensor detection routine, making remote exploitation unlikely unless additional privileges or device access are available.

Generated by OpenCVE AI on September 3, 2026 at 13:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the synaptics-rmi4 F55 transmitter count correction. \n
  • If an immediate kernel update is not possible, disable the Synaptics RMI4 driver or disconnect the touch controller hardware to stop the vulnerable code from executing. \n
  • Continuously monitor kernel log messages for Oops or BUG reports, and use memory integrity tools to detect anomalous buffer writes.

Generated by OpenCVE AI on September 3, 2026 at 13:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Thu, 03 Sep 2026 14:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119
CWE-131

Thu, 03 Sep 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - fix F55 transmitter electrode count typo During F55 sensor detection, the transmitter (TX) electrode count was incorrectly assigned the value of the receiver (RX) electrode count due to copy-paste typos. This incorrect value was then propagated to the driver data and used by F54 to determine the diagnostics report size. On devices with more RX than TX electrodes, this inflated the perceived TX count, leading to incorrect report size calculations and potential out-of-bounds buffer accesses. Fix the typos by correctly assigning the TX electrode counts.
Title Input: synaptics-rmi4 - fix F55 transmitter electrode count typo
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-04T04:58:34.715Z

Reserved: 2026-08-26T14:34:25.790Z

Link: CVE-2026-80754

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:15.120

Modified: 2026-09-04T05:17:15.447

Link: CVE-2026-80754

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T13:45:04Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-131

    Incorrect Calculation of Buffer Size