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().
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The linux kernel’s ims-pcu driver contains a race condition in the reset_device sysfs callback: the callback invokes ims_pcu_execute_command() without holding pcu->cmd_mutex, allowing concurrent write attempts to corrupt the shared command buffer. This flaw falls under CWE-414 – modification of control flow data due to improper synchronization. An attacker who can trigger the sysfs interface concurrently, such as a privileged local user, could corrupt the command buffer, potentially leading to device malfunction or a local denial‑of‑service. The damage is confined to the affected hardware but may impact any process relying on that device.

Affected Systems

All Linux kernel releases that include the unpatched ims-pcu driver and expose the reset_device sysfs node are vulnerable. Kernels containing the fix commit are safe. The advisory does not list a limited version range, so any kernel prior to the patch should be treated as affected.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity, while the EPSS score of < 1% shows the flaw is unlikely to be exploited publicly. The vulnerability requires write access to a sysfs node, meaning it is a local or privileged threat. Although no public exploit has been reported and the flaw is not in CISA’s KEV catalog, successful exploitation could corrupt shared memory and destabilize the device driver, leading to a denial‑of‑service for users of the affected hardware.

Generated by OpenCVE AI on August 18, 2026 at 06:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor patch that acquires pcu->cmd_mutex before calling ims_pcu_execute_command(), thereby fixing the CWE-414 race condition.
  • If an immediate update is not possible, restrict write permission to the ims‑pcu reset_device sysfs entry to root only or disable the module to prevent untrusted userland interaction.
  • Upgrade the kernel to the latest stable release that includes the patch when the vendor patch is not yet available in your distribution.

Generated by OpenCVE AI on August 18, 2026 at 06:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 13:30:00 +0000


Sun, 23 Aug 2026 13:15:00 +0000


Tue, 18 Aug 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-414
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 08:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
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().
Title Input: ims-pcu - fix race condition in reset_device sysfs callback
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-27T12:39:45.329Z

Reserved: 2026-08-09T03:40:39.904Z

Link: CVE-2026-72075

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:17.410

Modified: 2026-08-27T13:18:33.763

Link: CVE-2026-72075

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72075 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T06:45:07Z

Weaknesses