CVE-2026-43082
Awaiting Analysis Awaiting Analysis - Queue
Buffer Overflow in TXGBE Linux Kernel Driver

Publication date: 2026-05-06

Last updated on: 2026-06-01

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: net: txgbe: leave space for null terminators on property_entry Lists of struct property_entry are supposed to be terminated with an empty property, this driver currently seems to be allocating exactly the amount of entry used. Change the struct definition to leave an extra element for all property_entry.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-06
Last Modified
2026-06-01
Generated
2026-06-16
AI Q&A
2026-05-06
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 11 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel 7.0
linux linux_kernel From 6.13 (inc) to 6.18.24 (exc)
linux linux_kernel From 6.19 (inc) to 6.19.14 (exc)
linux linux_kernel From 6.7 (inc) to 6.12.83 (exc)
linux linux_kernel From 6.5 (inc) to 6.6.136 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's txgbe network driver. The issue is that lists of struct property_entry are supposed to be terminated with an empty property, but the driver was allocating exactly the amount of entries used without leaving space for a null terminator. This could lead to improper handling of property lists.

The fix involved changing the struct definition to leave an extra element for all property_entry lists, ensuring proper termination with a null property.

Impact Analysis

This vulnerability relates to the Linux kernel's txgbe driver not allocating enough space for null terminators in property_entry lists, which are supposed to be terminated with an empty property. The issue could potentially lead to improper handling of property lists, possibly causing unexpected behavior or memory issues in the affected driver.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-43082. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart