CVE REMEDIATION GUIDE
Review reviewHighResearch in progress

CVE-2026-64367 remediation guide

Linux

In the Linux kernel, the following vulnerability has been resolved: HID: hid-goodix-spi: validate report size to prevent stack buffer overflow goodix_hid_set_raw_report() builds a protocol frame in a 128-byte stack buffer (tmp_buf), writing an 11-12 byte header followed by the caller-supplied report data. The HID core caps report size at HID_MAX_BUFFER_SIZE (16384) by default, while the driver does not set hid_ll_driver.max_buffer_size and performs no bounds checking before copying the payload: memcpy(tmp_buf + tx_len, buf, len); A hidraw SET_REPORT ioctl with a report larger than ~116 byte...

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>= 75e16c8ce283bb88e77704dc8fa041c577caac0f < ad47ad624f2fce0bc44bbadb664242461a97d774, >= 75e16c8ce283bb88e77704dc8fa041c577caac0f < dae1d000ddfd5c2140b036e47fff0c497ae9c64b, >= 75e16c8ce283bb88e77704dc8fa041c577caac0f < 835fcc8655569737e3f057d42875a96259db74c2, >= 75e16c8ce283bb88e77704dc8fa041c577caac0f < db0a0768d09273aadadeb76730cd658d720333a4, >= 6.12
Fixed versionsNo verified fixed-version field is available yet
Priority basisReview · CVSS 7.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: >= 75e16c8ce283bb88e77704dc8fa041c577caac0f < ad47ad624f2fce0bc44bbadb664242461a97d774, >= 75e16c8ce283bb88e77704dc8fa041c577caac0f < dae1d000ddfd5c2140b036e47fff0c497ae9c64b, >= 75e16c8ce283bb88e77704dc8fa041c577caac0f < 835fcc8655569737e3f057d42875a96259db74c2, >= 75e16c8ce283bb88e77704dc8fa041c577caac0f < db0a0768d09273aadadeb76730cd658d720333a4, >= 6.12. 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-64367 Remediation Guide | SECUFOCUS NOW