Bug 2516338 (CVE-2026-72075) - CVE-2026-72075 kernel: Input: ims-pcu - fix race condition in reset_device sysfs callback
Summary: CVE-2026-72075 kernel: Input: ims-pcu - fix race condition in reset_device sy...
Keywords:
Status: NEW
Alias: CVE-2026-72075
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:07 UTC by OSIDB Bzimport
Modified: 2026-08-17 20:01 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:07:17 UTC
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().


Note You need to log in before you can comment on or make changes to this bug.