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

igc: fix potential skb leak in igc_fpe_xmit_smd_frame()

When igc_fpe_init_tx_descriptor() fails, no one takes care of an
allocated skb, leaking it. [1]
Use dev_kfree_skb_any() on failure.

Tested on an I226 adapter with the following command, while injecting
faults in igc_fpe_init_tx_descriptor() to trigger the error path.
# ethtool --set-mm $DEV verify-enabled on tx-enabled on pmac-enabled on

[1]
unreferenced object 0xffff888113c6cdc0 (size 224):
...
backtrace (crc be3d3fda):
kmem_cache_alloc_node_noprof+0x3b1/0x410
__alloc_skb+0xde/0x830
igc_fpe_xmit_smd_frame.isra.0+0xad/0x1b0
igc_fpe_send_mpacket+0x37/0x90
ethtool_mmsv_verify_timer+0x15e/0x300
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the Linux kernel’s igc network driver. When igc_fpe_init_tx_descriptor fails, the allocated socket buffer (skb) is not freed, resulting in a memory leak that remains in kernel space. This uncontrolled resource consumption can gradually exhaust available memory, causing out‑of‑memory events or a system crash, effectively rendering the system unavailable. The weakness is a classic unreleased resource flaw, classified as CWE‑772.

Affected Systems

All Linux kernel builds that include the igc driver and have not applied the patch commit c3ebf0565 are impacted. No exact kernel version range is listed, so any kernel containing the igc driver prior to this fix could be vulnerable. The patch was validated on a system with an Intel I226 Ethernet adapter using ethtool to force the error path, indicating that any configuration that exercises the vulnerable code path may affect the host.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate risk, while the EPSS score of less than 1% suggests a low likelihood of exploitation. The vulnerability is not featured in the CISA KEV catalog. Based on the description, it is inferred that an attacker would need to trigger the failure path in the igc driver, which likely requires local or privileged access, for example by using ethtool or manipulating packet transmission. Repeated exploitation could exhaust kernel memory and induce a denial‑of‑service.

Generated by OpenCVE AI on August 4, 2026 at 06:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes commit c3ebf0565 to release the memory leak
  • If an immediate kernel upgrade is not feasible, unload or disable the igc driver module on systems that do not require Intel I226 adapters
  • Enable kernel memory monitoring to detect abnormal skb allocation growth and alert on potential exhaustion

Generated by OpenCVE AI on August 4, 2026 at 06:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Sun, 26 Jul 2026 08:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Tue, 21 Jul 2026 22:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-400

Tue, 21 Jul 2026 12: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

Low


Sun, 19 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igc_fpe_xmit_smd_frame() When igc_fpe_init_tx_descriptor() fails, no one takes care of an allocated skb, leaking it. [1] Use dev_kfree_skb_any() on failure. Tested on an I226 adapter with the following command, while injecting faults in igc_fpe_init_tx_descriptor() to trigger the error path. # ethtool --set-mm $DEV verify-enabled on tx-enabled on pmac-enabled on [1] unreferenced object 0xffff888113c6cdc0 (size 224): ... backtrace (crc be3d3fda): kmem_cache_alloc_node_noprof+0x3b1/0x410 __alloc_skb+0xde/0x830 igc_fpe_xmit_smd_frame.isra.0+0xad/0x1b0 igc_fpe_send_mpacket+0x37/0x90 ethtool_mmsv_verify_timer+0x15e/0x300
Title igc: fix potential skb leak in igc_fpe_xmit_smd_frame()
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-07-19T15:40:12.224Z

Reserved: 2026-07-19T07:54:57.034Z

Link: CVE-2026-64110

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64110 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:15:04Z

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime