Junglewise Threat Intelligence

CVE-2026-43136: Linux Kernel denial of service in Logitech HID++ driver

CVE-2026-43136 · Severity: medium · CVSS 5.5 · Published 2026-05-06

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Logitech HID++ driver could allow a person with physical access to crash the system. By plugging in a specially crafted USB device, an attacker can trigger a kernel crash, leading to a denial of service. This affects systems using Logitech input devices or drivers that process HID (Human Interface Device) reports.

Technical details

A vulnerability exists in the 'hid-logitech-hidpp' driver within the Linux kernel due to a lack of validation in the 'hidpp_get_report_length()' function. Specifically, the driver fails to check the 'maxfield' value before accessing report fields. An attacker can use a fake USB gadget to send a HID report descriptor that defines a report structure without valid fields, triggering a null pointer dereference or out-of-bounds access that crashes the kernel. The issue has been resolved by adding a check for '!report->maxfield' in the affected function. Patches are available across multiple stable kernel branches.

Affected products

  • Linux Linux Kernel 5.2 to 5.10.252, 5.11 to 5.15.202, 5.16 to 6.1.165, 6.2 to 6.6.128, 6.7 to 6.12.75, 6.13 to 6.18.16, 6.19 to 6.19.6

Timeline

  • 2026-05-06: disclosed
  • 2026-05-06: advisory
  • 2026-01-10: patched: Initial patch committed to stable tree

References

Related threats