CVE-2026-43082 (GCVE-0-2026-43082)
Vulnerability from cvelistv5
Published
2026-05-06 07:40
Modified
2026-05-11 22:17
Severity ?
Summary
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.
Impacted products
Vendor Product Version
Linux Linux Version: c3e382ad6d15a8041ab8a168ad3ff90137ee8a45
Version: c3e382ad6d15a8041ab8a168ad3ff90137ee8a45
Version: c3e382ad6d15a8041ab8a168ad3ff90137ee8a45
Version: c3e382ad6d15a8041ab8a168ad3ff90137ee8a45
Version: c3e382ad6d15a8041ab8a168ad3ff90137ee8a45
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/wangxun/txgbe/txgbe_type.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "00e1d650fa4b228ef1faea8e29effe4b4861e6e4",
              "status": "affected",
              "version": "c3e382ad6d15a8041ab8a168ad3ff90137ee8a45",
              "versionType": "git"
            },
            {
              "lessThan": "16eb3c2f86de9a21aefe7a6386607d4cd3947a77",
              "status": "affected",
              "version": "c3e382ad6d15a8041ab8a168ad3ff90137ee8a45",
              "versionType": "git"
            },
            {
              "lessThan": "8eff73e58e1f8fe991522acb863164319a7f7dd3",
              "status": "affected",
              "version": "c3e382ad6d15a8041ab8a168ad3ff90137ee8a45",
              "versionType": "git"
            },
            {
              "lessThan": "92c09262dac565a6b831fd724b81fe4ff76f51b4",
              "status": "affected",
              "version": "c3e382ad6d15a8041ab8a168ad3ff90137ee8a45",
              "versionType": "git"
            },
            {
              "lessThan": "5a37d228799b0ec2c277459c83c814a59d310bc3",
              "status": "affected",
              "version": "c3e382ad6d15a8041ab8a168ad3ff90137ee8a45",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/wangxun/txgbe/txgbe_type.h"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.5"
            },
            {
              "lessThan": "6.5",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.136",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.83",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.24",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.136",
                  "versionStartIncluding": "6.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.83",
                  "versionStartIncluding": "6.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.24",
                  "versionStartIncluding": "6.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.14",
                  "versionStartIncluding": "6.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "6.5",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: txgbe: leave space for null terminators on property_entry\n\nLists of struct property_entry are supposed to be terminated with an\nempty property, this driver currently seems to be allocating exactly the\namount of entry used.\n\nChange the struct definition to leave an extra element for all\nproperty_entry."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T22:17:22.658Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/00e1d650fa4b228ef1faea8e29effe4b4861e6e4"
        },
        {
          "url": "https://git.kernel.org/stable/c/16eb3c2f86de9a21aefe7a6386607d4cd3947a77"
        },
        {
          "url": "https://git.kernel.org/stable/c/8eff73e58e1f8fe991522acb863164319a7f7dd3"
        },
        {
          "url": "https://git.kernel.org/stable/c/92c09262dac565a6b831fd724b81fe4ff76f51b4"
        },
        {
          "url": "https://git.kernel.org/stable/c/5a37d228799b0ec2c277459c83c814a59d310bc3"
        }
      ],
      "title": "net: txgbe: leave space for null terminators on property_entry",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43082",
    "datePublished": "2026-05-06T07:40:17.842Z",
    "dateReserved": "2026-05-01T14:12:55.983Z",
    "dateUpdated": "2026-05-11T22:17:22.658Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…