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

Published Jul 25, 2026 EPSS 0.22% (12th pctl)

Overview

CVE-2026-64363 is a known-severity vulnerability. It was published on July 25, 2026.

Technical Description

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

HID: appleir: fix UAF on pending key_up_timer in remove()

appleir_remove() runs hid_hw_stop() before timer_delete_sync().

hid_hw_stop() synchronously unregisters the HID input device via

hid_disconnect() -> hidinput_disconnect() -> input_unregister_device(),

which drops the last reference and frees the underlying input_dev when

no userspace handle holds it open.

key_up_tick() reads appleir->input_dev and calls input_report_key() /

input_sync() on it. The timer is armed from appleir_raw_event() with

a HZ/8 (~125 ms) timeout on every keydown and key-repeat report. If a

key was pressed shortly before the device is disconnected, the timer

can fire after hid_hw_stop() has freed input_dev but before the

teardown drains it.

A simple reorder is not sufficient. Putting the timer drain first

still leaves a window where a USB URB completion (raw_event) running

during hid_hw_stop() can call mod_timer() and re-arm the timer,

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-64363?

CVE-2026-64363 is a known-severity vulnerability. It was published on July 25, 2026.

How severe is CVE-2026-64363?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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-64363?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64363 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.