Lucene search

K
cvelistLinuxCVELIST:CVE-2023-52744
HistoryMay 21, 2024 - 3:23 p.m.

CVE-2023-52744 RDMA/irdma: Fix potential NULL-ptr-dereference

2024-05-2115:23:05
Linux
www.cve.org
rdma
irdma
vulnerability
resolution
linux kernel
null-ptr-dereference

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.8%

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

RDMA/irdma: Fix potential NULL-ptr-dereference

in_dev_get() can return NULL which will cause a failure once idev is
dereferenced in in_dev_for_each_ifa_rtnl(). This patch adds a
check for NULL value in idev beforehand.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/infiniband/hw/irdma/cm.c"
    ],
    "versions": [
      {
        "version": "146b9756f14c",
        "lessThan": "8f5fe1cd8e6a",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "146b9756f14c",
        "lessThan": "360682fe7df2",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "146b9756f14c",
        "lessThan": "5d9745cead1f",
        "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/infiniband/hw/irdma/cm.c"
    ],
    "versions": [
      {
        "version": "5.14",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.14",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.94",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.12",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.2",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.8%