Lucene search
+L

2774 matches found

SUSE CVE
SUSE CVE
added 2024/11/06 3:49 a.m.7 views

SUSE CVE-2024-50095

In the Linux kernel, the following vulnerability has been resolved: RDMA/mad: Improve handling of timed out WRs of mad agent Current timeout handler of mad agent acquires/releases madagentpriv lock for every timed out WRs. This causes heavy locking contention when higher no. of WRs are to be...

5.5CVSS7.2AI score0.00261EPSS
SaveExploits0References20
NVD
NVD
added 2024/11/05 5:15 p.m.19 views

CVE-2024-50095

In the Linux kernel, the following vulnerability has been resolved: RDMA/mad: Improve handling of timed out WRs of mad agent Current timeout handler of mad agent acquires/releases madagentpriv lock for every timed out WRs. This causes heavy locking contention when higher no. of WRs are to be...

5.5CVSS0.00261EPSS
SaveExploits0References10
OSV
OSV
added 2024/11/05 5:15 p.m.14 views

AZL-52631 CVE-2024-50095 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/mad: Improve handling of timed out WRs of mad agent Current timeout handler of mad agent acquires/releases madagentpriv lock for every timed out WRs. This causes heavy locking contention when higher no. of WRs are to be...

5.5CVSS6.7AI score0.00261EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/11/05 5:4 p.m.37 views

CVE-2024-50095 RDMA/mad: Improve handling of timed out WRs of mad agent

In the Linux kernel, the following vulnerability has been resolved: RDMA/mad: Improve handling of timed out WRs of mad agent Current timeout handler of mad agent acquires/releases madagentpriv lock for every timed out WRs. This causes heavy locking contention when higher no. of WRs are to be...

0.00261EPSS
SaveExploits0References6
OSV
OSV
added 2024/11/05 5:4 p.m.23 views

CVE-2024-50095 RDMA/mad: Improve handling of timed out WRs of mad agent

In the Linux kernel, the following vulnerability has been resolved: RDMA/mad: Improve handling of timed out WRs of mad agent Current timeout handler of mad agent acquires/releases madagentpriv lock for every timed out WRs. This causes heavy locking contention when higher no. of WRs are to be...

5.5CVSS5.9AI score0.00261EPSS
SaveExploits0References13
CVE
CVE
added 2024/11/05 5:4 p.m.158 views

CVE-2024-50095

CVE-2024-50095 affects the Linux kernel RDMA mad path. The root cause was heavy locking contention in the timeout handler for timed-out WRs in mad_agent_priv, as the current timeout handler acquired and released the lock for every timed-out work request, which could cause softlockups (notably whe...

5.5CVSS6.8AI score0.00261EPSS
SaveExploits0References10Affected Software1
NVD
NVD
added 2024/10/21 8:15 p.m.19 views

CVE-2024-50062

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes connum of connections. After establishing all its connections, the information is exchanged betwee...

5.5CVSS0.0022EPSS
SaveExploits0References6
CVE
CVE
added 2024/10/21 7:39 p.m.193 views

CVE-2024-50062

CVE-2024-50062 concerns the Linux kernel vulnerability in RDMA/rtrs-srv for path establishment, where a null pointer dereference could occur if RTRS connections aren’t fully established before info exchange. The issue is resolved in the Linux kernel; Debian and other advisories note that an updat...

5.5CVSS5.2AI score0.0022EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2024/10/21 7:39 p.m.18 views

CVE-2024-50062 RDMA/rtrs-srv: Avoid null pointer deref during path establishment

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes connum of connections. After establishing all its connections, the information is exchanged betwee...

5.5CVSS6.2AI score0.0022EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.23 views

CVE-2024-50062 RDMA/rtrs-srv: Avoid null pointer deref during path establishment

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes connum of connections. After establishing all its connections, the information is exchanged betwee...

0.0022EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.20 views

CVE-2024-50062 RDMA/rtrs-srv: Avoid null pointer deref during path establishment

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes connum of connections. After establishing all its connections, the information is exchanged betwee...

6.8AI score0.0022EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.11 views

SUSE CVE-2024-47695

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-clt: Reset cid to connum - 1 to stay in bounds In the function initconns, after the createcon and createcm for loop if something fails. In the cleanup for loop after the destroy tag, we access out of bound memory becaus...

6.6CVSS6.6AI score0.00245EPSS
SaveExploits0References18
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.4 views

SUSE CVE-2024-47735

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix spinunlockirqrestore called with IRQs enabled Fix missuse of spinlockirq/spinunlockirq when spinlockirqsave/spinlockirqrestore was hold. This was discovered through the lock debugging, and the corresponding log is a...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/10/21 3:46 p.m.18 views

SUSE CVE-2024-47749

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

5.5CVSS6.4AI score0.00231EPSS
SaveExploits0References20
RedhatCVE
RedhatCVE
added 2024/10/21 3:40 p.m.15 views

CVE-2024-47750

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix Use-After-Free of rsvqp on HIP08 Currently rsvqp is freed before ibunregisterdevice is called on HIP08. During the time interval, users can still dereg MR and rsvqp will be used in this process, leading to a UAF. Mo...

7.8CVSS6.9AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 3:40 p.m.20 views

CVE-2024-47749

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

5.5CVSS7AI score0.00231EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.10 views

CVE-2024-47696

A denial of service DoS vulnerability was found in the Linux kernel. The flushworkqueue function is invoked to flush the iwcmwq work queue, but at that time, the iwcmwq work queue is created via the allocorderedworkqueue function without the WQMEMRECLAIM flag. Since the current process is trying ...

5.5CVSS7.9AI score0.00263EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 1:15 p.m.4 views

AZL-50948 CVE-2024-47750 affecting package kernel for versions less than 6.6.56.1-5

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix Use-After-Free of rsvqp on HIP08 Currently rsvqp is freed before ibunregisterdevice is called on HIP08. During the time interval, users can still dereg MR and rsvqp will be used in this process, leading to a UAF. Mo...

7.8CVSS6.6AI score0.00209EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 1:15 p.m.13 views

CVE-2024-47750

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix Use-After-Free of rsvqp on HIP08 Currently rsvqp is freed before ibunregisterdevice is called on HIP08. During the time interval, users can still dereg MR and rsvqp will be used in this process, leading to a UAF. Mo...

7.8CVSS0.00209EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 1:15 p.m.6 views

AZL-50682 CVE-2024-47749 affecting package kernel for versions less than 5.15.173.1-1

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

5.5CVSS6.7AI score0.00231EPSS
SaveExploits0References1
Rows per page
Query Builder