NONE · 0

CVE-2026-72078

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - validate control endpoint type The driver currently assumes that the first endpoint of the control interface is a...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - validate control endpoint type The driver currently assumes that the first endpoint of the control interface is an interrupt IN endpoint without verifying it. A malicious device could provide a different endpoint type, which would then be passed to usb_fill_int_urb(), potentially leading to kernel warnings or undefined behavior. Verify that the control endpoint is an interrupt IN endpoint.

References

FAQ

What is CVE-2026-72078?

CVE-2026-72078 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - validate control endpoint type The driver currently assumes that the first endpoint of the control interface is a...

How severe is CVE-2026-72078?

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

Is there a patch for CVE-2026-72078?

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