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

wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one()

The memory allocated in the ipw2100_alloc_device() function is not freed
in some of the error paths in ipw2100_pci_init_one(). Fix that by
converting the direct return into a goto to the error path return.

The error path when pci_enable_device() fails cannot jump to fail, since
at this point priv is not set, so perform error handling inline.
Published: 2026-08-10
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The ipw2100 driver for Intel Wi‑Fi chipsets in the Linux kernel suffers from a memory leak and improper resource release (CWE‑772) that occurs when the PCI initialization function ipw2100_pci_init_one() fails to enable the device. Memory allocated by ipw2100_alloc_device() is not freed on several error paths, allowing the driver to consume RAM until the system is exhausted. An attacker that can trigger this failure will experience a denial of service, with the operating system becoming unstable or crashing as memory resources are depleted.

Affected Systems

All Linux kernel releases that contain the ipw2100 driver before the commit that implements the fix are affected. The driver is part of the mainline kernel tree, so any distribution using that kernel code without the patch is vulnerable. The exact version range is not specified, but the patch was applied following the commits linked in the references, meaning any kernel built from sources before those commits will be susceptible.

Risk and Exploitability

The CVSS score of 5.9 classifies this issue as medium severity, and the EPSS score of less than 1% indicates a very low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog, so no known active exploitation is documented. Because the memory leak can only be triggered during driver initialization, the likely attack vector is local or requires elevated privileges; it could be triggered remotely if an attacker can cause a forced re‑initialization of the device through a privileged application or kernel module. For most users the risk remains moderate, but host systems that are exposed to high‑privilege services or that allow users to manipulate PCI device states may face a higher threat.

Generated by OpenCVE AI on August 13, 2026 at 03:07 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the kernel version that includes the ipw2100 patch.
  • Apply the patch directly from the kernel commit that fixes the memory leak and rebuild the kernel if an upgrade is not possible.
  • Disable or blacklist the ipw2100 module if Wi‑Fi functionality is not required, or route traffic through an alternative driver.

Generated by OpenCVE AI on August 13, 2026 at 03:07 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4745-1 linux-6.12 security update
History

Wed, 19 Aug 2026 16:45:00 +0000


Wed, 12 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

Wed, 12 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.9, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Important


Mon, 10 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-401

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: ipw2100: fix potential memory leak in ipw2100_pci_init_one() The memory allocated in the ipw2100_alloc_device() function is not freed in some of the error paths in ipw2100_pci_init_one(). Fix that by converting the direct return into a goto to the error path return. The error path when pci_enable_device() fails cannot jump to fail, since at this point priv is not set, so perform error handling inline.
Title wifi: ipw2100: fix potential memory leak in ipw2100_pci_init_one()
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-19T16:35:10.167Z

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

Link: CVE-2026-68413

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-10T13:20:35.003

Modified: 2026-08-19T17:20:48.940

Link: CVE-2026-68413

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-10T12:04:33Z

Links: CVE-2026-68413 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T03:15:12Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime