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

Input: ims-pcu - fix use-after-free and double-free in disconnect

ims_pcu_disconnect() only intended to perform cleanup when the primary
(control) interface is unbound. However, it currently relies on the
interface class to distinguish between control and data interfaces.
A malicious device could present a data interface with the same class
as the control interface, leading to premature cleanup and potential
use-after-free or double-free.

Switch to verifying that the interface being disconnected is indeed
the control interface.
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 vulnerability arises from the ims_pcu_disconnect() function incorrectly assuming that only the control interface triggers cleanup. By using the interface class to differentiate control and data interfaces, an attacker can supply a data interface that mimics the control interface’s class. This causes the kernel to perform premature cleanup, resulting in a use‑after‑free or double‑free condition that could allow execution of arbitrary code with kernel privileges, thus enabling privilege escalation.

Affected Systems

All Linux kernel releases that do not contain the commit that validates the control interface in ims_pcu_disconnect() are affected. The vulnerability exists in kernels prior to the inclusion of commit 293388e42e5c0865204de6f36bfb8662156fce3b. Any system running a kernel version lacking this patch is vulnerable.

Risk and Exploitability

The EPSS score is < 1%, and the vulnerability is not listed in CISA’s KEV catalog, indicating no publicly known exploitation. The likely attack vector involves a malicious device that can connect to the IMS‑PCU interface and present a data interface with the same class as the control interface. Exploitation would require local access to the device connection layer, making remote attacks improbable but still possible if an attacker gains physical or virtual device access. Because the flaw permits kernel‑level code execution, the risk warrants immediate remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the system to a Linux kernel version that includes commit 293388e42e5c0865204de6f36bfb8662156fce3b, which verifies the control interface in ims_pcu_disconnect().
  • If an immediate kernel upgrade is not feasible, restrict access to IMS‑PCU devices by configuring SELinux or AppArmor policies to block untrusted devices from presenting interfaces with the same class as the control interface.
  • When the IMS‑PCU functionality is not required, disable or remove the related kernel module to eliminate the attack surface.

Generated by OpenCVE AI on August 18, 2026 at 01:51 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-826
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 21:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

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 use-after-free and double-free in disconnect ims_pcu_disconnect() only intended to perform cleanup when the primary (control) interface is unbound. However, it currently relies on the interface class to distinguish between control and data interfaces. A malicious device could present a data interface with the same class as the control interface, leading to premature cleanup and potential use-after-free or double-free. Switch to verifying that the interface being disconnected is indeed the control interface.
Title Input: ims-pcu - fix use-after-free and double-free in disconnect
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:48.078Z

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

Link: CVE-2026-72079

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72079

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72079 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-416

    Use After Free

  • CWE-826

    Premature Release of Resource During Expected Lifetime