CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-64276

highCVSS 7.8covered by 2 sourcesfirst seen 2026-07-14
In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F30 keymap to the GPIO/LED count rmi_f30_map_gpios() allocates gpioled_key_map with min(gpioled_count, TRACKSTICK_RANGE_END) == at most 6 entries, but rmi_f30_attention() iterates the full f30->gpioled_count (device query register, range 0..31) and dereferences gpioled_key_map[i], and input->keycodemax is set to the full gpioled_count while input->keycode points at the 6-entry allocation. A device that reports gpioled_count > 6 with GPIO support enabled therefore causes an out-of-bounds read on the attention interrupt and out-of-bounds read/write through the EVIOCGKEYCODE/EVIOCSKEYCODE ioctls, which bound the index only against keycodemax. This is the same defect as the F3A handler, which was copied from F30. Size the keymap for the full gpioled_count; the mapping loop still assigns only the first min(gpioled_count, TRACKSTICK_RANGE_END) entries.

CSIRTS triage

Other
What
This vulnerability involves bounding the F30 keymap to the GPIO/LED count in the synaptics-rmi4 driver.
Who is affected
Deployments using the synaptics-rmi4 driver.
Urgency
Remediation is important to prevent potential misconfigurations, with no current exploitation reported.
Action
Apply the patch for CVE-2026-64276.

AI-assisted analysis generated from the source advisory — verify against the original.

⚡ Watch CVE-2026-64276

Get an email if CVE-2026-64276 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (2)

External references

NVD record for CVE-2026-64276

CVE.org record

Embed the live status

CVE-2026-64276 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-64276 status](https://www.csirts.com/badge/CVE-2026-64276)](https://www.csirts.com/cve/CVE-2026-64276)