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

wifi: libertas: fix memory leak in helper_firmware_cb()

helper_firmware_cb() neglects to free the single-stage firmware image
after a successful async load, leading to a memory leak in the USB
firmware-download path.

Fix this memory leak by calling release_firmware() immediately after
lbs_fw_loaded() returns.

The bug was first flagged by an experimental analysis tool we are
developing for kernel memory-management bugs while analyzing
v6.13-rc1. The tool is still under development and is not yet publicly
available. Manual inspection confirms that the bug is still present in
the current wireless tree.

An x86_64 allyesconfig build showed no new warnings. As we do not have
compatible Libertas USB hardware for exercising this firmware-download
path, no runtime testing was able to be performed.
Published: 2026-08-10
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a memory leak in the wifi libertas driver’s firmware callback in the Linux kernel. After a successful asynchronous firmware load, the allocated firmware image is never freed, causing kernel memory to be consumed over time. If this path is invoked repeatedly—such as when a compatible USB Wi‑Fi device is attached or firmware is requested—the accumulated leak can exhaust available memory, degrade system performance, or trigger a kernel panic. This flaw does not directly allow arbitrary code execution but can compromise availability. The bug was confirmed through manual inspection and is regarded as a resource exhaustion weakness.

Affected Systems

The issue affects Linux kernel builds that include the libertas USB Wi‑Fi driver, as identified in the current wireless tree and earlier releases around v6.13. Any system that loads this driver—particularly when a USB device requiring firmware is attached—can be impacted. No specific kernel version range is listed in the advisory, so all contemporary kernels containing the unpatched driver should be considered vulnerable until the patch is applied.

Risk and Exploitability

While a direct exploit requires the driver to access the firmware‑download path, the likely attack vector is a local user who introduces a compatible USB device or manually triggers firmware loading. The EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, indicating that exploitation potential is moderate and primarily a denial‑of‑service concern. The absence of a CVSS score limits precise severity grading, but the resource‑exhaustion nature suggests a medium risk for affected systems.

Generated by OpenCVE AI on August 10, 2026 at 16:04 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that contains the patch calling release_firmware() after lbs_fw_loaded()
  • If an update is not yet available, unload or block the libertas driver module on systems that do not require it so that firmware download cannot be triggered
  • Monitor kernel memory usage and watch for abnormal growth that may indicate residual leaks in unpatched deployments

Generated by OpenCVE AI on August 10, 2026 at 16:04 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-399

Mon, 10 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in helper_firmware_cb() helper_firmware_cb() neglects to free the single-stage firmware image after a successful async load, leading to a memory leak in the USB firmware-download path. Fix this memory leak by calling release_firmware() immediately after lbs_fw_loaded() returns. The bug was first flagged by an experimental analysis tool we are developing for kernel memory-management bugs while analyzing v6.13-rc1. The tool is still under development and is not yet publicly available. Manual inspection confirms that the bug is still present in the current wireless tree. An x86_64 allyesconfig build showed no new warnings. As we do not have compatible Libertas USB hardware for exercising this firmware-download path, no runtime testing was able to be performed.
Title wifi: libertas: fix memory leak in helper_firmware_cb()
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-10T12:04:30.194Z

Reserved: 2026-07-30T09:28:09.390Z

Link: CVE-2026-68410

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T16:15:04Z

Weaknesses