Lucene search
+L

71 matches found

Cvelist
Cvelist
added 2025/06/18 11:01 a.m.18 views

CVE-2022-50027 scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE There is no corresponding free routine if lpfcsli4issuewqe fails to issue the CMF WQE in lpfcissuecmfsyncwqe. If retval is non-zero, then free the iocbq request...

0.00164EPSS
SaveExploits0References3
OSV
OSV
added 2025/06/18 11:01 a.m.5 views

CVE-2022-50027 scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE There is no corresponding free routine if lpfcsli4issuewqe fails to issue the CMF WQE in lpfcissuecmfsyncwqe. If retval is non-zero, then free the iocbq request...

6AI score
SaveExploits0References6
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.2 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevention of integer overflow issues In the expression “cmd.wqesize cmd.wrcount”, both variables are u32 values provided by the user. This multiplication can lead to integer wrapping. We then pass the result to...

5.5CVSS5.9AI score0.0022EPSS
SaveExploits0References3
CVE
CVE
added 2025/01/21 12:01 p.m.144 views

CVE-2024-57936

CVE-2024-57936 affects Linux kernel RDMA/bnxt_re. Gen P7 supports up to 13 SGEs, while WQE software structure can hold only 6, allowing requests up to 13 SGEs. This discrepancy led to traffic failures and potential system crashes. The fix uses a define for the max SGE supported for both static an...

9.8CVSS7AI score0.00402EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/01/21 12:01 p.m.10 views

CVE-2024-57936 RDMA/bnxt_re: Fix max SGEs for the Work Request

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Fix max SGEs for the Work Request Gen P7 supports up to 13 SGEs for now. WQE software structure can hold only 6 now. Since the max send sge is reported as 13, the stack can give requests up to 13 SGEs. This is causin...

9.8CVSS6.1AI score
SaveExploits0References6
OSV
OSV
added 2025/01/15 1:15 p.m.6 views

DEBIAN-CVE-2024-57890

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevent integer overflow issue In the expression "cmd.wqesize cmd.wrcount", both variables are u32 values that come from the user so the multiplication can lead to integer wrapping. Then we pass the result to...

5.5CVSS5.8AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/15 1:15 p.m.14 views

UBUNTU-CVE-2024-57890

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevent integer overflow issue In the expression "cmd.wqesize cmd.wrcount", both variables are u32 values that come from the user so the multiplication can lead to integer wrapping. Then we pass the result to...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References48
Cvelist
Cvelist
added 2024/12/27 1:50 p.m.22 views

CVE-2024-53229 RDMA/rxe: Fix the qp flush warnings in req

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the qp flush warnings in req When the qp is in error state, the status of WQEs in the queue should be set to error. Or else the following will appear. 920.617269 WARNING: CPU: 1 PID: 21 at...

0.00237EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 1:50 p.m.13 views

CVE-2024-53229 RDMA/rxe: Fix the qp flush warnings in req

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix the qp flush warnings in req When the qp is in error state, the status of WQEs in the queue should be set to error. Or else the following will appear. 920.617269 WARNING: CPU: 1 PID: 21 at...

6.4AI score
SaveExploits0References9
NVD
NVD
added 2024/10/21 6:15 p.m.19 views

CVE-2024-50001

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

7.8CVSS0.00327EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/21 6:15 p.m.11 views

AZL-51986 CVE-2024-50001 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

5.5CVSS6.6AI score0.00327EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/10/21 6:02 p.m.33 views

CVE-2024-50001 net/mlx5: Fix error path in multi-packet WQE transmit

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

7.8CVSS0.00327EPSS
SaveExploits0References7
CVE
CVE
added 2024/10/21 6:02 p.m.145 views

CVE-2024-50001

The CVE 2024-50001 entry affects the Linux kernel, specifically the net/mlx5 multi-packet WQE transmit path. The code that obtains a DMA mapping for the skb may fail under memory pressure; in the error path it erroneously unmaps one entry from the sq’s FIFO list of active mappings. Since the mapp...

7.8CVSS5.2AI score0.00327EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2024/10/21 6:02 p.m.20 views

CVE-2024-50001 net/mlx5: Fix error path in multi-packet WQE transmit

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix error path in multi-packet WQE transmit Remove the erroneous unmap in case no DMA mapping was established The multi-packet WQE transmit code attempts to obtain a DMA mapping for the skb. This could fail, e.g. under...

7.8CVSS6.1AI score
SaveExploits0References14
CVE
CVE
added 2024/09/04 6:56 p.m.194 views

CVE-2024-44970

CVE-2024-44970 relates to the Linux kernel mlx5e SHAMPO driver. When a Work Queue Entry (WQE) has all strides consumed, it is unlinked from the WQ list. The issue allowed receiving CQEs with 0 consumed strides for the same WQE after it was fully consumed and unlinked, triggering an extra unlink t...

9.8CVSS6.3AI score0.00564EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/09/04 6:56 p.m.21 views

CVE-2024-44970

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink When all the strides in a WQE have been consumed, the WQE is unlinked from the WQ linked list mlx5wqllpop. For SHAMPO, it is possible to receive CQEs with 0 consumed strides fo...

9.8CVSS5.9AI score0.00564EPSS
SaveExploits0
OSV
OSV
added 2024/09/04 6:56 p.m.27 views

CVE-2024-44970 net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink When all the strides in a WQE have been consumed, the WQE is unlinked from the WQ linked list mlx5wqllpop. For SHAMPO, it is possible to receive CQEs with 0 consumed strides fo...

9.8CVSS6.2AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/09/04 6:56 p.m.28 views

CVE-2024-44970 net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink When all the strides in a WQE have been consumed, the WQE is unlinked from the WQ linked list mlx5wqllpop. For SHAMPO, it is possible to receive CQEs with 0 consumed strides fo...

9.8CVSS0.00564EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/09/04 6:56 p.m.34 views

CVE-2024-44970 net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: SHAMPO, Fix invalid WQ linked list unlink When all the strides in a WQE have been consumed, the WQE is unlinked from the WQ linked list mlx5wqllpop. For SHAMPO, it is possible to receive CQEs with 0 consumed strides fo...

7.2AI score0.00564EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.32 views

CVE-2022-48744

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Avoid field-overflowing memcpy In preparation for FORTIFYSOURCE performing compile-time and run-time field bounds checking for memcpy, memmove, and memset, avoid intentionally writing across neighboring fields. Use...

7.8CVSS0.00607EPSS
SaveExploits0References3
Rows per page
Query Builder