NONE · 0

CVE-2026-72075

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in reset_device sysfs callback The ims_pcu_reset_device() sysfs callback calls ims_pcu_execute...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in reset_device sysfs callback The ims_pcu_reset_device() sysfs callback calls ims_pcu_execute_command() without acquiring pcu->cmd_mutex. This can lead to data races and corruption of the shared command buffer if triggered concurrently with other commands. Acquire pcu->cmd_mutex before calling ims_pcu_execute_command().

References

FAQ

What is CVE-2026-72075?

CVE-2026-72075 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix race condition in reset_device sysfs callback The ims_pcu_reset_device() sysfs callback calls ims_pcu_execute...

How severe is CVE-2026-72075?

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

Is there a patch for CVE-2026-72075?

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