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

net: txgbe: fix heap overflow when reading module EEPROM

txgbe_read_eeprom_hostif() always copies round_up(length, 4) bytes
into the caller buffer, which ethtool allocates with exactly 'length'
bytes. A non-4-aligned length therefore causes an out-of-bounds write.
Copy only the remaining bytes on the final dword instead.
Published: 2026-08-12
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The linux kernel’s txgbe network driver contains a buffer overflow that occurs during EEPROM read operations. The function txgbe_read_eeprom_hostif() copies round_up(length,4) bytes into a caller buffer allocated with exactly 'length' bytes. When the requested length is not a multiple of four, the copy overruns the buffer boundary, corrupting adjacent heap memory. This overflow can lead to a kernel crash or, if an attacker supplies controlled data, to execution of arbitrary code in kernel space.

Affected Systems

This vulnerability affects the Linux kernel's txgbe driver, which provides 10‑Gigabit Ethernet controller support. No specific kernel versions are listed, so the flaw may be present in any kernel release containing the unpatched txgbe code.

Risk and Exploitability

The EPSS score is less than 1 %, indicating a very low probability of exploitation, and the issue is not listed in the CISA KEV catalog. The CVSS score of 7.8 indicates high impact severity. The overflow is triggered by user‑space operations that read the module EEPROM, such as ethtool commands or related IOCTLs on a txgbe network interface. Based on the description, it appears the overflow can be triggered from user space; if local privileges are available, this may enable exploitation of kernel memory.

Generated by OpenCVE AI on August 14, 2026 at 00:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the txgbe driver patch limiting the copy to the remaining bytes.
  • If a kernel upgrade is not immediately possible, unload or disable the txgbe driver or bring the affected network interface down until the patch is applied.
  • Restart the system after disabling the interface to clear any driver state and monitor for crashes or abnormal behavior.
  • Restrict access to ethtool or other utilities that can invoke EEPROM reads to limit exposure.

Generated by OpenCVE AI on August 14, 2026 at 00:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Metrics 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'}

cvssV3_1

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


Thu, 13 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122

Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
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


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

Type Values Removed Values Added
Weaknesses CWE-122

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net: txgbe: fix heap overflow when reading module EEPROM txgbe_read_eeprom_hostif() always copies round_up(length, 4) bytes into the caller buffer, which ethtool allocates with exactly 'length' bytes. A non-4-aligned length therefore causes an out-of-bounds write. Copy only the remaining bytes on the final dword instead.
Title net: txgbe: fix heap overflow when reading module EEPROM
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:05:37.444Z

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

Link: CVE-2026-68440

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-12T00:17:44.247

Modified: 2026-08-17T06:17:53.067

Link: CVE-2026-68440

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-68440 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T01:00:05Z

Weaknesses