CVE-2026-64277

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-25. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — Patch released this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count

rmi_f3a_initialize() takes the GPIO count from the device query register (f3a->gpio_count = buf & RMI_F3A_GPIO_COUNT, range 0..127). rmi_f3a_map_gpios() then allocates gpio_key_map with min(gpio_count, TRACKSTICK_RANGE_END) == at most 6 entries, but rmi_f3a_attention() iterates the full gpio_count and dereferences gpio_key_map[i], and input->keycodemax is set to the full gpio_count while input->keycode points at the 6-entry allocation.

A device that reports gpio_count > 6 therefore causes an out-of-bounds read of gpio_key_map[] on every attention interrupt, and out-of-bounds accesses through the input core's default keymap ioctls: EVIOCGKEYCODE reads past the buffer (leaking adjacent slab memory to user space) and EVIOCSKEYCODE writes a caller-controlled value past it, for any process able to open the evdev node, since input_default_getkeycode() and input_default_setkeycode() only bound the index against keycodemax.

Size the keymap for the full gpio_count. The mapping loop is unchanged: it still assigns only the first min(gpio_count, TRACKSTICK_RANGE_END) entries; the remaining slots stay KEY_RESERVED (devm_kcalloc zero-fills) and are skipped when reporting.

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
6%
KEV
Not listed

Published

July 25, 2026

Last Modified

August 17, 2026

Advisory Details (8)

Auto-updated Jul 27, 2026
No patch confirmed yet.
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ba57f430328534501962d60d651e385ffd7af9ca
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8db211aed83733073b0814adaeeab61d4521474e
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/850117b637bcb1dcc14be0cf09ac819a8707b42c
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/64fb0e1161ccc6b9e48b8df61f07d3c34c01ec42
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/57c10915f2c16c90e0d46ad00876bf39ece40fc2
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/502ad7caaa1a445b734c827fa256e5311df67e3d
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/35ed74d32d8260bdfb14a94caf402bf0866bdeec
generic

Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3480e24bc4e178aaa009edb25b6ee12df199e210

Patch Availability(3)

Vendor / EcosystemFixed in / PatchReleasedSource
redhatkernel-0:5.14.0-687.42.1.el9_82026-08-26redhat
redhatkernel-0:4.18.0-553.158.1.el8_102026-08-26redhat
redhatkernel-rt-0:4.18.0-553.158.1.rt7.499.el8_102026-08-26redhat

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(6 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (55 versions)5.10.262-1
linux-6.16.1.106-3~deb11u1 ... 6.1.177-1~deb11u1 (22 versions)6.1.180-1~deb11u1
Debian:12(2)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (55 versions)6.1.180-1
linux-6.126.12.100-1~deb12u1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.95-1~bpo12+1 (30 versions)6.12.96-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (156 versions)7.1.4-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Additional Vendor Advisories

(2)

Vendors that published advisories for this CVE beyond the curated set above. Broader coverage but minimal per-row detail — click through for the original advisory.

Data Freshness Timeline

(refreshed 29× in last 7d / 149× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 179 total refreshes for this CVE.

  1. 2026-08-30 01:22 UTCEPSS rescore
  2. 2026-08-30 00:12 UTCEG score recompute
  3. 2026-08-30 00:12 UTCVendor advisory
  4. 2026-08-30 00:12 UTCGHSA enrichment
  5. 2026-08-28 21:42 UTCEPSS rescore
  6. 2026-08-27 21:45 UTCEG score recompute
  7. 2026-08-27 21:45 UTCVendor advisory
  8. 2026-08-27 21:45 UTCGHSA enrichment
  9. 2026-08-27 09:58 UTCVendor advisory
  10. 2026-08-27 09:58 UTCGHSA enrichment
  11. 2026-08-26 19:52 UTCEG score recompute
  12. 2026-08-26 19:52 UTCVendor advisory
  13. 2026-08-26 19:51 UTCGHSA enrichment
  14. 2026-08-26 14:47 UTCEPSS rescore
  15. 2026-08-26 05:38 UTCVendor advisory
  16. 2026-08-26 05:38 UTCGHSA enrichment
  17. 2026-08-25 17:49 UTCEG score recompute
  18. 2026-08-25 17:49 UTCVendor advisory
  19. 2026-08-25 17:49 UTCGHSA enrichment
  20. 2026-08-25 13:49 UTCEPSS rescore
  21. 2026-08-25 06:01 UTCVendor advisory
  22. 2026-08-25 06:01 UTCGHSA enrichment
  23. 2026-08-24 18:14 UTCEG score recompute
  24. 2026-08-24 18:14 UTCVendor advisory
  25. 2026-08-24 18:14 UTCGHSA enrichment
Show 75 more
  1. 2026-08-24 06:26 UTCVendor advisory
  2. 2026-08-24 06:26 UTCGHSA enrichment
  3. 2026-08-23 18:38 UTCVendor advisory
  4. 2026-08-23 18:38 UTCGHSA enrichment
  5. 2026-08-23 06:51 UTCEG score recompute
  6. 2026-08-23 06:51 UTCVendor advisory
  7. 2026-08-23 06:51 UTCGHSA enrichment
  8. 2026-08-23 00:19 UTCEPSS rescore
  9. 2026-08-22 19:03 UTCVendor advisory
  10. 2026-08-22 19:03 UTCGHSA enrichment
  11. 2026-08-22 07:15 UTCEG score recompute
  12. 2026-08-22 07:15 UTCVendor advisory
  13. 2026-08-22 07:15 UTCGHSA enrichment
  14. 2026-08-21 23:49 UTCEPSS rescore
  15. 2026-08-21 19:27 UTCGHSA enrichment
  16. 2026-08-21 07:39 UTCEG score recompute
  17. 2026-08-21 07:39 UTCVendor advisory
  18. 2026-08-21 07:39 UTCGHSA enrichment
  19. 2026-08-20 22:55 UTCEPSS rescore
  20. 2026-08-20 19:51 UTCVendor advisory
  21. 2026-08-20 19:51 UTCGHSA enrichment
  22. 2026-08-20 08:03 UTCVendor advisory
  23. 2026-08-20 08:03 UTCGHSA enrichment
  24. 2026-08-19 20:16 UTCEG score recompute
  25. 2026-08-19 20:16 UTCVendor advisory
  26. 2026-08-19 20:16 UTCGHSA enrichment
  27. 2026-08-19 17:04 UTCEPSS rescore
  28. 2026-08-19 06:49 UTCVendor advisory
  29. 2026-08-19 06:49 UTCGHSA enrichment
  30. 2026-08-18 18:51 UTCEG score recompute
  31. 2026-08-18 18:51 UTCVendor advisory
  32. 2026-08-18 18:51 UTCGHSA enrichment
  33. 2026-08-18 13:48 UTCEPSS rescore
  34. 2026-08-18 05:34 UTCGHSA enrichment
  35. 2026-08-17 17:32 UTCEG score recompute
  36. 2026-08-17 17:32 UTCVendor advisory
  37. 2026-08-17 17:32 UTCGHSA enrichment
  38. 2026-08-17 13:47 UTCEPSS rescore
  39. 2026-08-17 05:44 UTCVendor advisory
  40. 2026-08-17 05:44 UTCGHSA enrichment
  41. 2026-08-17 05:04 UTCVendor advisory
  42. 2026-08-17 05:04 UTCGHSA enrichment
  43. 2026-08-16 17:16 UTCEG score recompute
  44. 2026-08-16 17:16 UTCVendor advisory
  45. 2026-08-16 17:16 UTCGHSA enrichment
  46. 2026-08-16 14:56 UTCEPSS rescore
  47. 2026-08-16 05:28 UTCEG score recompute
  48. 2026-08-16 05:28 UTCVendor advisory
  49. 2026-08-16 05:28 UTCGHSA enrichment
  50. 2026-08-15 17:41 UTCVendor advisory
  51. 2026-08-15 17:41 UTCGHSA enrichment
  52. 2026-08-15 05:53 UTCEG score recompute
  53. 2026-08-15 05:53 UTCVendor advisory
  54. 2026-08-15 05:53 UTCGHSA enrichment
  55. 2026-08-15 01:30 UTCEPSS rescore
  56. 2026-08-14 18:05 UTCVendor advisory
  57. 2026-08-14 18:05 UTCGHSA enrichment
  58. 2026-08-14 06:18 UTCEG score recompute
  59. 2026-08-14 06:18 UTCVendor advisory
  60. 2026-08-14 06:18 UTCGHSA enrichment
  61. 2026-08-13 22:00 UTCEPSS rescore
  62. 2026-08-13 18:30 UTCEG score recompute
  63. 2026-08-13 18:30 UTCVendor advisory
  64. 2026-08-13 18:30 UTCGHSA enrichment
  65. 2026-08-13 09:58 UTCVendor advisory
  66. 2026-08-13 09:58 UTCGHSA enrichment
  67. 2026-08-12 22:10 UTCEG score recompute
  68. 2026-08-12 22:10 UTCGHSA enrichment
  69. 2026-08-12 13:51 UTCEPSS rescore
  70. 2026-08-12 10:23 UTCVendor advisory
  71. 2026-08-12 10:23 UTCGHSA enrichment
  72. 2026-08-11 22:35 UTCEG score recompute
  73. 2026-08-11 22:35 UTCVendor advisory
  74. 2026-08-11 22:35 UTCGHSA enrichment
  75. 2026-08-11 10:48 UTCEG score recompute

Frequently asked(5)

What is CVE-2026-64277?
CVE-2026-64277 is a high vulnerability published on July 25, 2026. In the Linux kernel, the following vulnerability has been resolved: Input: synaptics-rmi4 - bound the F3A keymap to the GPIO count rmif3ainitialize() takes the GPIO count from the device query register (f3a->gpiocount = buf & RMIF3AGPIOCOUNT, range 0..127). rmif3amapgpios() then allocates…
When was CVE-2026-64277 disclosed?
CVE-2026-64277 was first published in the National Vulnerability Database on July 25, 2026, with the most recent update on August 17, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-64277 actively exploited?
CVE-2026-64277 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 93.6% of all scored CVEs.
What is the CVSS score of CVE-2026-64277?
CVE-2026-64277 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-64277?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64277, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-64277

Explore →

Is Your Infrastructure Affected by CVE-2026-64277?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.