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

Published Aug 6, 2026 EPSS 0.14% (4th pctl)

Overview

CVE-2026-64595 is a known-severity vulnerability. It was published on August 6, 2026.

Technical Description

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

HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()

hid_go_cfg_probe() initialises drvdata.go_cfg_setup and schedules it

to run 2 ms later:

INIT_DELAYED_WORK(&drvdata.go_cfg_setup, &cfg_setup);

schedule_delayed_work(&drvdata.go_cfg_setup, msecs_to_jiffies(2));

cfg_setup() dereferences drvdata.hdev to issue MCU command requests.

hid_go_cfg_remove() tears down sysfs and stops the HID device, but

never drains the delayed work. If the device is unbound within the

2 ms scheduling delay (a probe failure rolling back via remove, or a

fast rmmod after probe), the work fires after hid_destroy_device()

has dropped its reference and released the underlying hdev struct,

leaving cfg_setup() with a stale drvdata.hdev pointer.

Mirror the sibling driver hid-lenovo-go-s.c, whose hid_gos_cfg_remove()

already calls cancel_delayed_work_sync() on its analogous work, and

drain go_cfg_setup at the top of hid_go_cfg

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

CVE-2026-64595 is a known-severity vulnerability. It was published on August 6, 2026.

How severe is CVE-2026-64595?

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

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

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