Lucene search

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

CVE-2023-52795

2024-05-2116:15:18
Linux
web.nvd.nist.gov
30
linux kernel
vhost-vdpa
vulnerability
use-after-free
nvd

AI Score

6.9

Confidence

Low

EPSS

0

Percentile

15.5%

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

vhost-vdpa: fix use after free in vhost_vdpa_probe()

The put_device() calls vhost_vdpa_release_dev() which calls
ida_simple_remove() and frees “v”. So this call to
ida_simple_remove() is a use after free and a double free.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.06.1.64
OR
linuxlinux_kernelRange6.2.06.5.13
OR
linuxlinux_kernelRange6.6.06.6.3
OR
linuxlinux_kernelRange6.7.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": [
      "drivers/vhost/vdpa.c"
    ],
    "versions": [
      {
        "version": "ebe6a354fa7e",
        "lessThan": "c0f8b8fb7df9",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ebe6a354fa7e",
        "lessThan": "ae8ea4e20067",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ebe6a354fa7e",
        "lessThan": "bf04132cd64c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "ebe6a354fa7e",
        "lessThan": "e07754e0a1ea",
        "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/vhost/vdpa.c"
    ],
    "versions": [
      {
        "version": "6.0",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.0",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.64",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.5.13",
        "lessThanOrEqual": "6.5.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.3",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.9

Confidence

Low

EPSS

0

Percentile

15.5%