Lucene search
+L

2760 matches found

OSV
OSV
added 2024/07/10 12:3 p.m.30 views

SUSE-SU-2024:2384-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47247: net/mlx5e: Fix use-after-free of encap entry in neigh update handler bsc1224865. - CVE-2021-47311: net: qcom/emac: fix UAF in emacremove bsc122501...

9.8CVSS8.1AI score0.01483EPSS
SaveExploits4References150
Tenable Nessus
Tenable Nessus
added 2024/07/10 12:0 a.m.89 views

SUSE SLES15 Security Update : kernel (SUSE-SU-2024:2362-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2024:2362-1 advisory. The SUSE Linux Enterprise 15 SP3 kernel was updated to receive various security bugfixes. The following security bugs were fixed: -...

9.8CVSS7.5AI score0.67994EPSS
SaveExploits7References221
OSV
OSV
added 2024/07/09 2:3 p.m.25 views

SUSE-SU-2024:2365-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2021-47247: net/mlx5e: Fix use-after-free of encap entry in neigh update handler bsc1224865. - CVE-2021-47311: net: qcom/emac: fix UAF in emacremove bsc1225010. ...

9.8CVSS8.1AI score0.67994EPSS
SaveExploits9References79
SUSE CVE
SUSE CVE
added 2024/06/24 11:16 p.m.6 views

SUSE CVE-2024-38590

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Modify the print level of CQE error Too much print may lead to a panic in kernel. Change ibdeverr to ibdeverrratelimited, and change the printing level of cqe dump to debug level...

4.7CVSS6.1AI score0.00239EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/06/22 4:9 a.m.5 views

SUSE CVE-2022-48726

In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Protect mc during concurrent multicast leaves Partially revert the commit mentioned in the Fixes line to make sure that allocation and erasing multicast struct are locked. BUG: KASAN: use-after-free in...

7CVSS7.5AI score0.00238EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/06/21 3:37 a.m.4 views

SUSE CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

4.7CVSS6.5AI score0.00225EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.7 views

SUSE CVE-2024-38539

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix kmemleak in rdmacore observed during blktests nvme/rdma use siw When running blktests nvme/rdma, the following kmemleak issue will appear. kmemleak: Kernel memory leak detector initialized mempool available:36041...

2.3CVSS6.8AI score0.00225EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/06/21 3:6 a.m.6 views

SUSE CVE-2024-38542

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: boundary check before installing cq callbacks Add a boundary check inside manaibinstallcqcb to prevent index overflow...

6.1CVSS6.7AI score0.00246EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2024/06/20 5:57 p.m.21 views

CVE-2024-38545

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix UAF for cq async event The refcount of CQ is not protected by locks. When CQ asynchronous events and CQ destruction are concurrent, CQ may have been released, which will cause UAF. Use the xalock to protect the CQ...

7.8CVSS8.4AI score0.00252EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 5:57 p.m.26 views

CVE-2024-38544

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix seg fault in rxecompqueuepkt In rxecompqueuepkt an incoming response packet skb is enqueued to the resppkts queue and then a decision is made whether to run the completer task inline or schedule it. Finally the skb ...

6.3CVSS6.9AI score0.00248EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 5:57 p.m.31 views

CVE-2024-38542

In the Linux kernel, the following vulnerability has been resolved: RDMA/manaib: boundary check before installing cq callbacks Add a boundary check inside manaibinstallcqcb to prevent index overflow. Mitigation Mitigation for this issue is either not available or the currently available options d...

4.4CVSS9AI score0.00246EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 5:56 p.m.26 views

CVE-2024-38539

In the Linux kernel, the following vulnerability has been resolved: RDMA/cma: Fix kmemleak in rdmacore observed during blktests nvme/rdma use siw When running blktests nvme/rdma, the following kmemleak issue will appear. kmemleak: Kernel memory leak detector initialized mempool available:36041...

5.1CVSS6.9AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:54 p.m.26 views

CVE-2024-38591

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix deadlock on SRQ async events. xalock for SRQ table may be required in AEQ. Use xastoreirq/ xaeraseirq to avoid deadlock. Mitigation Mitigation for this issue is either not available or the currently available option...

5.5CVSS6.9AI score0.00173EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:54 p.m.20 views

CVE-2024-38590

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Modify the print level of CQE error Too much print may lead to a panic in kernel. Change ibdeverr to ibdeverrratelimited, and change the printing level of cqe dump to debug level...

4.4CVSS6.9AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 2:26 p.m.16 views

CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

5.1CVSS6.8AI score0.00225EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/20 1:52 p.m.25 views

CVE-2022-48726

In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Protect mc during concurrent multicast leaves Partially revert the commit mentioned in the Fixes line to make sure that allocation and erasing multicast struct are locked. BUG: KASAN: use-after-free in...

4.4CVSS7AI score0.00238EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.22 views

CVE-2022-48726

In the Linux kernel, the following vulnerability has been resolved: RDMA/ucma: Protect mc during concurrent multicast leaves Partially revert the commit mentioned in the Fixes line to make sure that allocation and erasing multicast struct are locked. BUG: KASAN: use-after-free in...

7.8CVSS0.00238EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 12:15 p.m.3 views

DEBIAN-CVE-2022-48728

In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix AIP early init panic An early failure in hfi1ipoibsetuprn can lead to the following panic: BUG: unable to handle kernel NULL pointer dereference at 00000000000001b0 PGD 0 P4D 0 Oops: 0002 1 SMP NOPTI Workqueue: event...

5.5CVSS5.3AI score0.00235EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/20 12:15 p.m.28 views

CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

5.5CVSS0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/20 12:15 p.m.11 views

UBUNTU-CVE-2022-48725

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siwcreateqp The atomicinc needs to be paired with an atomicdec on the error path...

5.5CVSS5.7AI score0.00225EPSS
SaveExploits0References6
Rows per page
Query Builder