Metrics
Affected Vendors & Products
Fri, 25 Oct 2024 14:45:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Weaknesses | CWE-125 | |
Metrics |
cvssV3_1
|
cvssV3_1
|
Wed, 11 Sep 2024 13:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
Mon, 19 Aug 2024 19:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
References |
| |
Metrics |
threat_severity
|
cvssV3_1
|
Sat, 17 Aug 2024 09:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Description | In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages On big endian architectures, it is possible to run into a memory out of bounds pointer dereference when FCP targets are zoned. In lpfc_prep_embed_io, the memcpy(ptr, fcp_cmnd, sgl->sge_len) is referencing a little endian formatted sgl->sge_len value. So, the memcpy can cause big endian systems to crash. Redefine the *sgl ptr as a struct sli4_sge_le to make it clear that we are referring to a little endian formatted data structure. And, update the routine with proper le32_to_cpu macro usages. | |
Title | scsi: lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages | |
References |
|
Status: PUBLISHED
Assigner: Linux
Published: 2024-08-17T09:21:38.926Z
Updated: 2024-11-05T09:40:26.100Z
Reserved: 2024-08-17T09:11:59.270Z
Link: CVE-2024-43816
Updated: 2024-09-11T12:42:14.260Z
Status : Awaiting Analysis
Published: 2024-08-17T10:15:07.950
Modified: 2024-08-19T12:59:59.177
Link: CVE-2024-43816