Junglewise Threat Intelligence

CVE-2026-43082: Linux Kernel txgbe driver memory corruption in property_entry

CVE-2026-43082 · Severity: medium · CVSS 5.5 · Published 2026-05-06

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's txgbe network driver, which is used for certain Ethernet hardware. The driver failed to properly terminate internal data lists, which could lead to system instability or a crash. This issue primarily affects the availability of the system and could be used by a local attacker to cause a denial-of-service condition.

Technical details

The vulnerability exists in the txgbe Ethernet driver within the Linux kernel. Lists of 'struct property_entry' are required to be terminated with an empty property (null terminator); however, the driver was allocating exactly the amount of entries used without leaving space for this terminator. This flaw can lead to out-of-bounds reads or writes when the kernel iterates through these property lists. An attacker with local access could potentially exploit this to cause a kernel panic or denial-of-service. The issue has been resolved by increasing the array sizes in the 'txgbe_nodes' struct definition to include the necessary termination element.

Affected products

  • Linux Linux Kernel 6.5 to 6.6.136, 6.7 to 6.12.83, 6.13 to 6.18.24, 6.19 to 6.19.14, 7.0-rc1 to 7.0-rc7

Timeline

  • 2026-04-05: patched: Initial patch authored by Fabio Baltieri
  • 2026-05-06: disclosed: CVE published by kernel.org
  • 2026-05-06: advisory

References

Related threats