NONE · 0

CVE-2026-80594

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsing The driver parses CDC union descriptors in ims_pcu_ge...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsing The driver parses CDC union descriptors in ims_pcu_get_cdc_union_desc() by iterating through the extra descriptor data. However, it does not verify that the bLength of each descriptor is at least 2. A malicious device could provide a descriptor with bLength = 0, leading to an infinite loop in the driver. Add a check to ensure bLength is at least 2 before proceeding with parsing.

References

FAQ

What is CVE-2026-80594?

CVE-2026-80594 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsing The driver parses CDC union descriptors in ims_pcu_ge...

How severe is CVE-2026-80594?

CVSS scoring is not yet available for CVE-2026-80594. Check NVD for updates.

Is there a patch for CVE-2026-80594?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.