Lucene search

K
cveLinuxCVE-2023-52732
HistoryMay 21, 2024 - 4:15 p.m.

CVE-2023-52732

2024-05-2116:15:13
Linux
web.nvd.nist.gov
36
cve-2023-52732
linux kernel
ceph
kclient
corrupted snap trace
mds

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

9.0%

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

ceph: blocklist the kclient when receiving corrupted snap trace

When received corrupted snap trace we don’t know what exactly has
happened in MDS side. And we shouldn’t continue IOs and metadatas
access to MDS, which may corrupt or get incorrect contents.

This patch will just block all the further IO/MDS requests
immediately and then evict the kclient itself.

The reason why we still need to evict the kclient just after
blocking all the further IOs is that the MDS could revoke the caps
faster.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.1.06.1.13
OR
linuxlinux_kernelRange6.2.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/ceph/addr.c",
      "fs/ceph/caps.c",
      "fs/ceph/file.c",
      "fs/ceph/mds_client.c",
      "fs/ceph/snap.c",
      "fs/ceph/super.h"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "66ec619e4591",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "a68e564adcaa",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/ceph/addr.c",
      "fs/ceph/caps.c",
      "fs/ceph/file.c",
      "fs/ceph/mds_client.c",
      "fs/ceph/snap.c",
      "fs/ceph/super.h"
    ],
    "versions": [
      {
        "version": "6.1.13",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.2",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

9.0%