VYPR
Unrated severityNVD Advisory· Published May 6, 2026· Updated May 6, 2026

CVE-2026-43082

CVE-2026-43082

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A null-termination bug in the Linux kernel's txgbe driver could lead to memory corruption when processing property_entry lists.

The Linux kernel's txgbe network driver contained a bug where lists of struct property_entry were not allocated with space for a null terminator. The driver allocated exactly the number of entries used, omitting the required empty property at the end.

This oversight means that when the property list is processed, the kernel may read beyond the allocated memory, potentially leading to memory corruption or other undefined behavior. No specific exploit scenario is detailed, but any code iterating over the property list could be affected.

The fix modifies the structure definition to include an extra element, ensuring the list is properly null-terminated. This patch has been applied to the stable kernel tree.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.