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

Publication date: 2026-05-06

Last updated on: 2026-05-06

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-05-06
Generated
2026-05-07
AI Q&A
2026-05-06
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart