CVE-2026-72075
Received Received - Intake

Race Condition in Linux Kernel ims-pcu Driver

Vulnerability report for CVE-2026-72075, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-27

Assigner: kernel.org

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().

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-27
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ims_pcu ims_pcu *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a race condition in the Linux kernel's ims-pcu driver. It occurs in the reset_device sysfs callback where ims_pcu_execute_command() is called without locking the pcu->cmd_mutex. This allows concurrent commands to corrupt the shared command buffer.

Detection Guidance

This vulnerability is specific to the Linux kernel's ims-pcu driver and involves a race condition in the reset_device sysfs callback. Detection requires checking for kernel logs or system events related to the ims-pcu driver or sysfs operations. Commands like dmesg | grep ims_pcu or journalctl -k | grep ims_pcu may help identify issues.

Impact Analysis

If exploited, this could cause system instability, crashes, or unexpected behavior in devices using the ims-pcu driver. Data corruption in the command buffer may lead to incorrect operations or security issues.

Compliance Impact

This vulnerability does not directly affect compliance with standards like GDPR or HIPAA as it involves a race condition in a Linux kernel driver (ims-pcu) for USB devices. It may indirectly impact compliance if the affected system processes sensitive data, but no evidence suggests a direct regulatory impact.

Mitigation Strategies

Apply the kernel patch that resolves the race condition by acquiring pcu->cmd_mutex before calling ims_pcu_execute_command(). Update the Linux kernel to a version containing this fix. If immediate patching is not possible, restrict access to the affected sysfs callback or disable the ims-pcu driver if not in use.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72075. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart