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

Input: ims-pcu - fix firmware leak in async update

The firmware object was not being released if validation failed.
Use __free(firmware) to ensure the firmware is always released.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The kernel firmware update routine failed to release firmware objects when validation failed, creating a persistent memory leak. Repeated update attempts or continuous validation failures could consume kernel memory, leading to degraded performance or a system crash. The vulnerability corresponds to CWE-772. The impact is that an attacker or faulty firmware update process can exhaust memory and cause denial of service on the affected machine.

Affected Systems

The vulnerability affects the Linux kernel. Specific vendors are listed as Linux:Linux, indicating all Linux kernel releases prior to the fix could be impacted. No explicit version range is provided, so any kernel build without the patch implementing the firmware object cleanup is potentially vulnerable.

Risk and Exploitability

The EPSS score is < 1% and the CVSS score is 5.5, indicating moderate severity but very low exploitation probability. It is not listed in the CISA KEV catalog, suggesting limited public exploitation data. However, a local privileged user or a compromised firmware update utility could trigger sufficient failures to exhaust memory. The absence of an exploit publicized does not eliminate risk; the firmware update path remains a feasible local attack vector, with the likelihood of exploitation depending on the frequency of firmware validation failures in the target environment.

Generated by OpenCVE AI on August 18, 2026 at 05:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel update that includes the firmware cleanup fix; for example, upgrade to a kernel containing commit a5dd47ea3.
  • Audit firmware update logs to verify that firmware objects are properly freed after failed validations.
  • If a kernel update cannot be applied immediately, consider disabling asynchronous firmware updates until a patched kernel is available.

Generated by OpenCVE AI on August 18, 2026 at 05:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 23 Aug 2026 13:15:00 +0000


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

Type Values Removed Values Added
Weaknesses CWE-399

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

Type Values Removed Values Added
Weaknesses CWE-772
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:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

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 firmware leak in async update The firmware object was not being released if validation failed. Use __free(firmware) to ensure the firmware is always released.
Title Input: ims-pcu - fix firmware leak in async update
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-23T12:46:45.145Z

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

Link: CVE-2026-72077

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-23T13:16:39.607

Link: CVE-2026-72077

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72077 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:45:03Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime