Description
In the Linux kernel, the following vulnerability has been resolved:

Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsing

The driver parses CDC union descriptors in ims_pcu_get_cdc_union_desc()
by iterating through the extra descriptor data. However, it does not
verify that the bLength of each descriptor is at least 2. A malicious
device could provide a descriptor with bLength = 0, leading to an
infinite loop in the driver.

Add a check to ensure bLength is at least 2 before proceeding with
parsing.
Published: 2026-08-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Patch
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s USB ims-pcu driver, where CDC union descriptors are parsed without verifying that each descriptor’s bLength field is at least two bytes. An attacker can supply a descriptor with a bLength of zero, causing the driver to loop indefinitely. This infinite loop prevents the driver from proceeding and can hang the USB subsystem, potentially rendering the system unresponsive if the kernel does not recover. The attack does not provide direct code execution but can be used to disrupt services that rely on USB CDC devices.

Affected Systems

The flaw is present in all Linux kernel builds that include the ims-pcu driver before the kernel patch commit that added the bLength check. No specific kernel release line is listed; the issue is vendor agnostic for Linux Kernel users. Consequently any system running an affected kernel version and utilizing the ims-pcu CDC union descriptor parsing is susceptible.

Risk and Exploitability

An EPSS score of < 1% indicates a very low exploitation probability, and the vulnerability is not listed in the CISA KEV catalog. The CVSS score is 5.5, but the infinite loop leads to a loss of availability and could be exploited by a malicious USB device connected to the system. The attack vector is likely physical or via compromised USB hubs; the exploitation prerequisites are the presence of a vulnerable kernel and a malicious device that can supply the malformed descriptor. Given the CVSS score of 5.5, the current risk is moderate, but the impact of a successful exploitation remains significant due to potential service disruption.

Generated by OpenCVE AI on August 31, 2026 at 13:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel version that includes the commit fixing the infinite loop
  • Reboot the system after the kernel update to ensure the driver is reinitialized
  • Restrict or disable USB CDC‑ACM devices during the update window to prevent malicious devices from triggering the vulnerability if a temporary patch is unavailable

Generated by OpenCVE AI on August 31, 2026 at 13:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-606
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


Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20

Fri, 28 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-682

Fri, 28 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-20
CWE-682

Fri, 28 Aug 2026 07:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix potential infinite loop in CDC union descriptor parsing The driver parses CDC union descriptors in ims_pcu_get_cdc_union_desc() by iterating through the extra descriptor data. However, it does not verify that the bLength of each descriptor is at least 2. A malicious device could provide a descriptor with bLength = 0, leading to an infinite loop in the driver. Add a check to ensure bLength is at least 2 before proceeding with parsing.
Title Input: ims-pcu - fix potential infinite loop 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-28T06:48:21.426Z

Reserved: 2026-08-26T14:34:25.770Z

Link: CVE-2026-80594

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T08:16:43.060

Modified: 2026-08-28T08:16:43.060

Link: CVE-2026-80594

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-80594 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T14:00:19Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-606

    Unchecked Input for Loop Condition