Security Advisory

CVE-2026-43082

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-06 07:40:17
Last updated 2026-05-11 22:17:22
Assigner Linux
CVSS score not scored
State PUBLISHED

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.