Lucene search

K
cvelistLinuxCVELIST:CVE-2022-48686
HistoryMay 03, 2024 - 2:59 p.m.

CVE-2022-48686 nvme-tcp: fix UAF when detecting digest errors

2024-05-0314:59:10
Linux
www.cve.org
7
linux kernel
uaf
nvme-tcp
tcp stream
data corruption

AI Score

7.5

Confidence

High

EPSS

0

Percentile

5.1%

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

nvme-tcp: fix UAF when detecting digest errors

We should also bail from the io_work loop when we set rd_enabled to true,
so we don’t attempt to read data from the socket when the TCP stream is
already out-of-sync or corrupted.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/nvme/host/tcp.c"
    ],
    "versions": [
      {
        "version": "3f2304f8c6d6",
        "lessThan": "19816a021468",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3f2304f8c6d6",
        "lessThan": "5914fa32ef1b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3f2304f8c6d6",
        "lessThan": "13c80a6c1124",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3f2304f8c6d6",
        "lessThan": "c3eb461aa56e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3f2304f8c6d6",
        "lessThan": "160f3549a907",
        "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/nvme/host/tcp.c"
    ],
    "versions": [
      {
        "version": "5.0",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.0",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.213",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.143",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.68",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.19.9",
        "lessThanOrEqual": "5.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.0",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

7.5

Confidence

High

EPSS

0

Percentile

5.1%