Lucene search

K
cvelistLinuxCVELIST:CVE-2021-47542
HistoryMay 24, 2024 - 3:09 p.m.

CVE-2021-47542 net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()

2024-05-2415:09:48
Linux
www.cve.org
linux kernel
qlogic
vulnerability
fix
null pointer
dereference
memory allocation
static analysis
bug detection

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%

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

net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()

In qlcnic_83xx_add_rings(), the indirect function of
ahw->hw_ops->alloc_mbx_args will be called to allocate memory for
cmd.req.arg, and there is a dereference of it in qlcnic_83xx_add_rings(),
which could lead to a NULL pointer dereference on failure of the
indirect function like qlcnic_83xx_alloc_mbx_args().

Fix this bug by adding a check of alloc_mbx_args(), this patch
imitates the logic of mbx_cmd()'s failure handling.

This bug was found by a static analyzer. The analysis employs
differential checking to identify inconsistent security operations
(e.g., checks or kfrees) between two code paths and confirms that the
inconsistent operations are not recovered in the current function or
the callers, so they constitute bugs.

Note that, as a bug found by static analysis, it can be a false
positive or hard to trigger. Multiple researchers have cross-reviewed
the bug.

Builds with CONFIG_QLCNIC=m show no new warnings, and our
static analyzer no longer warns about this code.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c"
    ],
    "versions": [
      {
        "version": "7f9664525f9c",
        "lessThan": "3a061d54e260",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "7f9664525f9c",
        "lessThan": "b4f217d6fcc0",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "7f9664525f9c",
        "lessThan": "550658a2d61e",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "7f9664525f9c",
        "lessThan": "57af54a56024",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "7f9664525f9c",
        "lessThan": "bbeb0325a746",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "7f9664525f9c",
        "lessThan": "15fa12c119f8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "7f9664525f9c",
        "lessThan": "c5ef33c1489b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "7f9664525f9c",
        "lessThan": "e2dabc4f7e7b",
        "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/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c"
    ],
    "versions": [
      {
        "version": "3.9",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "3.9",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.4.294",
        "lessThanOrEqual": "4.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.9.292",
        "lessThanOrEqual": "4.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.14.257",
        "lessThanOrEqual": "4.14.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.220",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.164",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.84",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.7",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.5 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

5.1%