Lucene search

K
cvelistLinuxCVELIST:CVE-2022-48743
HistoryJun 20, 2024 - 11:13 a.m.

CVE-2022-48743 net: amd-xgbe: Fix skb data length underflow

2024-06-2011:13:27
Linux
www.cve.org
3
linux kernel
vulnerability
net
amd-xgbe
skb data length
underflow
bug_on
intermittent kernel panic
hardware descriptors.

0.0004 Low

EPSS

Percentile

13.1%

In the Linux kernel, the following vulnerability has been resolved:

net: amd-xgbe: Fix skb data length underflow

There will be BUG_ON() triggered in include/linux/skbuff.h leading to
intermittent kernel panic, when the skb length underflow is detected.

Fix this by dropping the packet if such length underflows are seen
because of inconsistencies in the hardware descriptors.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/amd/xgbe/xgbe-drv.c"
    ],
    "versions": [
      {
        "version": "fafc9555d87a",
        "lessThan": "9924c80bd484",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "622c36f143fc",
        "lessThan": "617f9934bb37",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "622c36f143fc",
        "lessThan": "34aeb4da20f9",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "622c36f143fc",
        "lessThan": "9892742f035f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "622c36f143fc",
        "lessThan": "4d3fcfe84648",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "622c36f143fc",
        "lessThan": "db6fd92316a2",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "622c36f143fc",
        "lessThan": "e8f73f620fee",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "622c36f143fc",
        "lessThan": "5aac9108a180",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/amd/xgbe/xgbe-drv.c"
    ],
    "versions": [
      {
        "version": "4.11",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.11",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.9.300",
        "lessThanOrEqual": "4.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.14.265",
        "lessThanOrEqual": "4.14.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.228",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.177",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.97",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.20",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16.6",
        "lessThanOrEqual": "5.16.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.17",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

0.0004 Low

EPSS

Percentile

13.1%

Related for CVELIST:CVE-2022-48743