CVE-2026-72074
Received Received - Intake

ims-pcu Type Confusion in Linux Kernel Driver

Vulnerability report for CVE-2026-72074, 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-17

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix type confusion in CDC union descriptor parsing The driver currently trusts the bMasterInterface0 from the CDC union descriptor without verifying that it matches the interface being probed. This could lead to the driver overwriting the private data of another interface. Validate that the control interface found in the descriptor is indeed the one we are probing.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
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 type confusion issue in the Linux kernel's ims-pcu driver. The driver fails to verify that the control interface specified in the CDC union descriptor matches the interface being probed. This could allow the driver to overwrite private data of another interface, potentially leading to unintended behavior or system instability.

Detection Guidance

This vulnerability is specific to the Linux kernel driver 'ims-pcu' and involves a type confusion issue in CDC union descriptor parsing. Detection requires checking if the affected driver is loaded and examining its interface handling. Use commands like 'lsmod | grep ims_pcu' to check if the driver is loaded and 'dmesg | grep ims_pcu' to review kernel logs for related errors.

Impact Analysis

If exploited, this vulnerability could allow an attacker to corrupt kernel memory by causing the driver to interact with the wrong interface. This might result in system crashes, privilege escalation, or unauthorized access to sensitive data, depending on the affected system's configuration and security measures.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards as it involves a type confusion issue in a Linux kernel driver (ims-pcu) that could lead to data corruption or interface misconfiguration. There is no evidence in the provided context that this vulnerability results in unauthorized data access, disclosure, or processing violations that would impact regulatory compliance.

Mitigation Strategies

Immediate mitigation involves updating the Linux kernel to a patched version that includes the fix for this vulnerability. If the 'ims-pcu' driver is not in use, unloading it with 'rmmod ims_pcu' can also reduce exposure. Monitor kernel updates from your distribution for the patched version.

Chat Assistant

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

EPSS Chart