VYPR
Medium severity5.5NVD Advisory· Published May 6, 2026· Updated May 12, 2026

CVE-2026-43136

CVE-2026-43136

Description

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

HID: logitech-hidpp: Check maxfield in hidpp_get_report_length()

Do not crash when a report has no fields.

Fake USB gadgets can send their own HID report descriptors and can define report structures without valid fields. This can be used to crash the kernel over USB.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A missing bounds check in the Linux kernel's HID-Logitech HID++ driver can cause a crash when a malicious USB device sends a report descriptor with no fields.

Vulnerability

CVE-2026-43136 is a denial-of-service vulnerability in the Linux kernel's HID-Logitech HID++ driver. The function hidpp_get_report_length() fails to check whether a HID report has any fields before accessing them. When a fake USB gadget sends a crafted HID report descriptor that defines a report structure with no valid fields, the kernel attempts to dereference a null or invalid pointer, leading to a crash.

Exploitation

An attacker with physical USB access or the ability to emulate a USB device can exploit this vulnerability. By connecting a malicious USB gadget that presents a specially crafted HID report descriptor lacking any fields, the attacker triggers the missing maxfield check in the driver. No authentication or special privileges are required beyond the ability to connect a USB device.

Impact

Successful exploitation results in a kernel crash (denial of service). The vulnerability does not appear to allow arbitrary code execution or privilege escalation; the primary impact is system instability and potential data loss from an unexpected reboot or panic.

Mitigation

The fix has been applied in the Linux kernel stable tree via commits [1], [2], [3], and [4]. Users should update to a kernel version containing the patch. No workaround is available other than applying the update or restricting physical USB access to trusted devices.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

8

News mentions

0

No linked articles in our index yet.