Lucene search

K
cveLinuxCVE-2021-47542
HistoryMay 24, 2024 - 3:15 p.m.

CVE-2021-47542

2024-05-2415:15:18
CWE-476
Linux
web.nvd.nist.gov
35
linux kernel
qlogic
qlcnic
null pointer dereference
vulnerability
fix
static analyzer
security operations

CVSS3

5.5

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

AI Score

6.8

Confidence

Low

EPSS

0

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.

Affected configurations

Nvd
Vulners
Node
linuxlinux_kernelRange3.94.4.294
OR
linuxlinux_kernelRange4.54.9.292
OR
linuxlinux_kernelRange4.104.14.257
OR
linuxlinux_kernelRange4.154.19.220
OR
linuxlinux_kernelRange4.205.4.164
OR
linuxlinux_kernelRange5.55.10.84
OR
linuxlinux_kernelRange5.115.15.7
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/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"
      }
    ]
  }
]

CVSS3

5.5

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

LOW

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

5.1%