Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-64364

8.8 · HIGH
Published Jul 25, 2026 EPSS 0.35% (28th pctl)

Overview

CVE-2026-64364 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

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

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-64364?

CVE-2026-64364 is a high-severity vulnerability. It was published on July 25, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-64364?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-64364?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-64364?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64364 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.