CVE-2026-64364

HIGHPre-NVD 8.88.8
EchelonGraph scoreMEDIUM confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
8.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: 8.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

HID: multitouch: fix out-of-bounds bit access on mt_io_flags

mt_io_flags is a single unsigned long, but mt_process_slot(), mt_release_pending_palms() and mt_release_contacts() use it as a per-slot bitmap indexed by the slot number. That slot number is only bounded by td->maxcontacts, which is taken from the device's ContactCountMaximum feature report and can be up to 255, not by BITS_PER_LONG.

As a result, a multitouch device that advertises a large contact count makes set_bit()/clear_bit() operate past the mt_io_flags word and corrupt the adjacent members of struct mt_device. The sticky-fingers release timer is the easiest way to reach this. mt_release_contacts() runs

for (i = 0; i < mt->num_slots; i++) clear_bit(i, &td->mt_io_flags);

with num_slots == maxcontacts. For maxcontacts around 250 the loop clears the bits that overlap td->applications.next, zeroing that list head, and the list_for_each_entry() that immediately follows then dereferences NULL. The kernel panics from timer (softirq) context. On a KASAN build this shows up as a general protection fault in mt_release_contacts() with a null-ptr-deref at offset 0x58, which is offsetof(struct mt_application, num_received).

The state is reachable from an untrusted USB or Bluetooth HID multitouch device; no local privileges are required.

Store the per-slot active state in a separately allocated bitmap sized for maxcontacts, the same pattern already used for pending_palm_slots, and keep only MT_IO_FLAGS_RUNNING in mt_io_flags. The two "mt_io_flags & MT_IO_SLOTS_MASK" arming checks become bitmap_empty(td->active_slots, td->maxcontacts).

Move MT_IO_FLAGS_RUNNING back to bit 0. It was bumped to bit 32 by the same commit to leave the low byte for the slot bits; with the slot bits gone it fits in bit 0 again, which also keeps it within the unsigned long on 32-bit.

CVSS v3
8.8
EG Score
8.8(medium)
EG Risk
44(Track)
EG Risk 44/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
Severity88% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
28%
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

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8813b0612275cc61fe9e6603d0ee019247ade6be
generic

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6493ebf9489efef0105078377b973ab33d51af22
generic

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/37daa8c96bd563d03150e23f094cb60703594a6d
generic

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

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

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

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

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

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

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/152983d87387f6a8ae72b73474cfa55fbcf1ec75
generic

HID: multitouch: fix out-of-bounds bit access on mt_io_flags - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/12e90656e330ff8bbaf2f29c535fdb8a11cc6f55

Vendor Advisories for CVE-2026-64364(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

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.96-1 (31 versions)6.12.100-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.1~rc7-1~exp1 (156 versions)7.1.4-1

Data Freshness Timeline

(refreshed 29× in last 7d / 145× 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 173 total refreshes for this CVE.

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

Frequently asked(5)

What is CVE-2026-64364?
CVE-2026-64364 is a high vulnerability published on July 25, 2026. In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot(), mtreleasependingpalms() and mtrelease_contacts() use it as a per-slot bitmap indexed by the slot number. That slot…
When was CVE-2026-64364 disclosed?
CVE-2026-64364 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-64364 actively exploited?
CVE-2026-64364 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 71.8% of all scored CVEs.
What is the CVSS score of CVE-2026-64364?
CVE-2026-64364 has a CVSS v3 base score of 8.8 (NVD).
How do I remediate CVE-2026-64364?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-64364, 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-64364

Explore →

Is Your Infrastructure Affected by CVE-2026-64364?

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