SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-80754

HIGH · CVSS 7.8 EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-09-03 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability affects the Linux kernel's synaptics-rmi4 driver, where a typo in the transmitter electrode count assignment can lead to incorrect diagnostics report size calculations. This misconfiguration may result in out-of-bounds buffer accesses, potentially compromising system stability or security. Organizations using affected Linux distributions or F5 products should prioritize addressing this issue to mitigate potential risks.

CVE
CVE-2026-80754
Severity
HIGH
CVSS
7.8
EPSS
0.16%
Linux F5

Original NVD 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.