Lucene search

K
cvelistLinuxCVELIST:CVE-2024-46854
HistorySep 27, 2024 - 12:42 p.m.

CVE-2024-46854 net: dpaa: Pad packets to ETH_ZLEN

2024-09-2712:42:46
Linux
www.cve.org
2

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

net: dpaa: Pad packets to ETH_ZLEN

When sending packets under 60 bytes, up to three bytes of the buffer
following the data may be leaked. Avoid this by extending all packets to
ETH_ZLEN, ensuring nothing is leaked in the padding. This bug can be
reproduced by running

$ ping -s 11 destination

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/freescale/dpaa/dpaa_eth.c"
    ],
    "versions": [
      {
        "version": "9ad1a3749333",
        "lessThan": "f43190e33224",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9ad1a3749333",
        "lessThan": "34fcac26216c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9ad1a3749333",
        "lessThan": "ce8eabc912fe",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9ad1a3749333",
        "lessThan": "cbd7ec083413",
        "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/freescale/dpaa/dpaa_eth.c"
    ],
    "versions": [
      {
        "version": "4.10",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.10",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.111",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.52",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.11",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]
Related for CVELIST:CVE-2024-46854