CVE REMEDIATION GUIDE
Review reviewHighResearch in progress

CVE-2026-64364 remediation guide

Linux

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

Open CVE record
Research in progress

A verified fixed-version field is not available. Use the linked NVD and supporting references, then confirm the vendor-supported path before changing production systems.

ProductLinux
Affected versions>= fc488f675344931ffab6a51c43691065ec006567 < 12e90656e330ff8bbaf2f29c535fdb8a11cc6f55, >= 77711d850bed75ae7142c3d1f22c1a8b4d049c33 < 152983d87387f6a8ae72b73474cfa55fbcf1ec75, >= 6acfe25968913788d30ec0eedd80178c4ea3f1d0 < b5c037d6b807017e74a115288f81bc9cd5a5aab8, >= d280c138e66be87d1fccfed42593f02fdb893905 < a6d5ce2e1a2d7bf189bde8a659d04b65f0b0725d, >= f32fea4c0234c971c12e46d76612cdc2dd4bb046 < e24918ee67c4dc3d20d4670750e46e9b160365f4, >= 46f781e0d151844589dc2125c8cce3300546f92a < 37daa8c96bd563d03150e23f094cb60703594a6d, >= 46f781e0d151844589dc2125c8cce3300546f92a < 6493ebf9489efef0105078377b973ab33d51af22, >= 46f781e0d151844589dc2125c8cce3300546f92a < 8813b0612275cc61fe9e6603d0ee019247ade6be, >= 59bd04163e6451b9c7275277882ed9f4abfa2051, >= 5.10.246 < 5.10.261, >= 5.15.196 < 5.15.212, >= 6.1.158 < 6.1.178, >= 6.6.114 < 6.6.145, >= 6.12.55 < 6.12.97, >= 6.17.5 < 6.18, >= 6.18
Fixed versionsNo verified fixed-version field is available yet
Priority basisReview · CVSS 8.8 · EPSS -
01

Identify the affected asset

Confirm whether Linux is installed, record the deployed version and installation path, and identify exposed interfaces.

  • Record the product name, package or appliance identifier, and installed version.
  • Identify internet-facing, administrative, API, and internal access paths.
  • Preserve the pre-change configuration and relevant service logs.
02

Validate the affected-version match

Compare the deployed version with the affected range: >= fc488f675344931ffab6a51c43691065ec006567 < 12e90656e330ff8bbaf2f29c535fdb8a11cc6f55, >= 77711d850bed75ae7142c3d1f22c1a8b4d049c33 < 152983d87387f6a8ae72b73474cfa55fbcf1ec75, >= 6acfe25968913788d30ec0eedd80178c4ea3f1d0 < b5c037d6b807017e74a115288f81bc9cd5a5aab8, >= d280c138e66be87d1fccfed42593f02fdb893905 < a6d5ce2e1a2d7bf189bde8a659d04b65f0b0725d, >= f32fea4c0234c971c12e46d76612cdc2dd4bb046 < e24918ee67c4dc3d20d4670750e46e9b160365f4, >= 46f781e0d151844589dc2125c8cce3300546f92a < 37daa8c96bd563d03150e23f094cb60703594a6d, >= 46f781e0d151844589dc2125c8cce3300546f92a < 6493ebf9489efef0105078377b973ab33d51af22, >= 46f781e0d151844589dc2125c8cce3300546f92a < 8813b0612275cc61fe9e6603d0ee019247ade6be, >= 59bd04163e6451b9c7275277882ed9f4abfa2051, >= 5.10.246 < 5.10.261, >= 5.15.196 < 5.15.212, >= 6.1.158 < 6.1.178, >= 6.6.114 < 6.6.145, >= 6.12.55 < 6.12.97, >= 6.17.5 < 6.18, >= 6.18. Treat incomplete inventory results as unresolved.

03

Prioritize with independent signals

The CVSS severity warrants an early asset and exposure review. Combine this signal with asset criticality, exposure, compensating controls, and business impact.

04

Apply supported remediation

Follow the vendor advisory or supported update path. Current fixed-version status: No verified fixed-version field is available yet. Preserve configuration and rollback material before change.

05

Verify the result

Confirm the resulting version, service health, authentication and access paths, monitoring coverage, and relevant security logs.

  • Confirm the expected version and package state.
  • Run a functional health check for critical service paths.
  • Review authentication, error, application, and security monitoring logs.
  • Reassess exposure if the supported fix cannot be applied.

Operational boundary

This page does not replace the vendor advisory, support contract, change-management process, or recovery plan. Do not infer that an asset is unaffected from an incomplete inventory query or a missing fixed-version field.

CVE-2026-64364 Remediation Guide | SECUFOCUS NOW