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.
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 USB CDC union descriptor parser performs a type confusion by trusting the bMasterInterface0 value from the descriptor without verifying that it matches the interface currently being probed. This flaw allows an attacker to overwrite the private data of another USB interface, potentially corrupting kernel memory and leading to system instability or a local privilege escalation. The vulnerability is a classic example of improper input validation that can corrupt critical driver data structures.

Affected Systems

All versions of the Linux kernel are affected, as the CNA vendor list indicates Linux and there are no version restrictions provided. The issue is present in the generic USB CDC driver found in the kernel tree, affecting any machine that uses USB CDC devices such as modems, serial interfaces, or composite devices.

Risk and Exploitability

The CVSS score is 5.5, and the EPSS score is < 1%, so the exact severity is quantified. The vulnerability is not listed in CISA KEV, suggesting no widely known exploit at the time of publication. Exploitation would require local access to the target machine and the ability to present a crafted CDC union descriptor to the kernel, making the attack vector a local USB device connection. Given the kernel privilege level of the driver and the potential for memory corruption, the risk is considered high if local access is possible, but the lack of publicly documented exploits moderates the urgency slightly. Nonetheless, applying the latest kernel patch is recommended.

Generated by OpenCVE AI on August 18, 2026 at 01:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Linux kernel release that contains the fix for CVE‑2026‑72074
  • Restrict USB device access using tools such as usbguard or modprobe options, limiting the ability of untrusted devices to register CDC interfaces
  • Continuously monitor kernel logs (dmesg or journalctl) for anomalous USB activity that may indicate a successful exploitation attempt

Generated by OpenCVE AI on August 18, 2026 at 01:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-843
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-119
CWE-20

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 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.
Title Input: ims-pcu - fix type confusion in CDC union descriptor parsing
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-17T05:07:42.538Z

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

Link: CVE-2026-72074

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-17T06:18:06.100

Link: CVE-2026-72074

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72074 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T02:00:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-20

    Improper Input Validation

  • CWE-843

    Access of Resource Using Incompatible Type ('Type Confusion')