Lucene search

K
cvelistLinuxCVELIST:CVE-2022-48725
HistoryJun 20, 2024 - 11:13 a.m.

CVE-2022-48725 RDMA/siw: Fix refcounting leak in siw_create_qp()

2024-06-2011:13:15
Linux
www.cve.org
1
cve-2022-48725
rdma/siw
error path

0.0004 Low

EPSS

Percentile

15.7%

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

RDMA/siw: Fix refcounting leak in siw_create_qp()

The atomic_inc() needs to be paired with an atomic_dec() on the error
path.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/infiniband/sw/siw/siw_verbs.c"
    ],
    "versions": [
      {
        "version": "514aee660df4",
        "lessThan": "2989ba9532ba",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "514aee660df4",
        "lessThan": "fa3b844a5084",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "514aee660df4",
        "lessThan": "a75badebfdc0",
        "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/sw/siw/siw_verbs.c"
    ],
    "versions": [
      {
        "version": "5.15",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.15",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.22",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16.8",
        "lessThanOrEqual": "5.16.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.17",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

0.0004 Low

EPSS

Percentile

15.7%

Related for CVELIST:CVE-2022-48725