CVE-2024-43821
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
17/08/2024
Last modified:
03/09/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
scsi: lpfc: Fix a possible null pointer dereference<br />
<br />
In function lpfc_xcvr_data_show, the memory allocation with kmalloc might<br />
fail, thereby making rdp_context a null pointer. In the following context<br />
and functions that use this pointer, there are dereferencing operations,<br />
leading to null pointer dereference.<br />
<br />
To fix this issue, a null pointer check should be added. If it is null,<br />
use scnprintf to notify the user and return len.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (including) | 6.6.44 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.10.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



