Lucene search
+L

15644 matches found

UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.8 views

CVE-2022-50841

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add overflow check for attribute size The offset addition could overflow and pass the used size check given an attribute with very large size e.g., 0xffffff7f while parsing MFT attributes. This could lead to out-of-boun...

7.8CVSS6.8AI score0.00196EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 1:15 p.m.17 views

UBUNTU-CVE-2022-50841

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add overflow check for attribute size The offset addition could overflow and pass the used size check given an attribute with very large size e.g., 0xffffff7f while parsing MFT attributes. This could lead to out-of-boun...

7.8CVSS5.8AI score0.00196EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/30 12:37 p.m.30 views

CVE-2023-54326

CVE-2023-54326 — Linux kernel (misc: pci_endpoint_test) — A race exists where freeing IRQs after the test device is removed can allow IRQs to arrive while memory already freed, leading to an oops in the IRQ handler. The advisory states the issue is solved by freeing the device IRQs before removin...

7.8CVSS6AI score0.00125EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/30 12:34 p.m.36 views

CVE-2022-50885 RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix NULL-ptr-deref in rxeqpdocleanup when socket create failed There is a null-ptr-deref when mount.cifs over rdma: BUG: KASAN: null-ptr-deref in rxeqpdocleanup+0x2f3/0x360 rdmarxe Read of size 8 at addr 000000000000001...

7.5CVSS0.00521EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/30 12:34 p.m.23 views

CVE-2022-50885

Public technical details for CVE-2022-50885 are not provided in the supplied documents. The description summarizes fixes in Linux RDMA/rxe and mount.cifs, but no vendor/product/version specifics or remediation steps are included here. Monitor for updates.

7.5CVSS6.1AI score0.00521EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/12/30 12:34 p.m.15 views

CVE-2022-50885

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix NULL-ptr-deref in rxeqpdocleanup when socket create failed There is a null-ptr-deref when mount.cifs over rdma: BUG: KASAN: null-ptr-deref in rxeqpdocleanup+0x2f3/0x360 rdmarxe Read of size 8 at addr 000000000000001...

7.5CVSS5.4AI score0.00521EPSS
SaveExploits0
CVE
CVE
added 2025/12/30 12:23 p.m.21 views

CVE-2023-54302

CVE-2023-54302 pertains to the Linux kernel RDMA/irdma: a data race on CQP completion statistics occurred because the completion counter was read without proper synchronization while updated by a completion thread on another CPU. The fix converts the completion statistics to an atomic variable to...

6AI score0.00174EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/30 12:16 p.m.4 views

CVE-2023-54274

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Add a check for valid 'madagent' pointer When unregistering MAD agent, srpt module has a non-null check for 'madagent' pointer before invoking ibunregistermadagent. This check can pass if 'madagent' variable holds an...

5.5AI score0.00183EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/30 12:16 p.m.27 views

CVE-2023-54274 RDMA/srpt: Add a check for valid 'mad_agent' pointer

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Add a check for valid 'madagent' pointer When unregistering MAD agent, srpt module has a non-null check for 'madagent' pointer before invoking ibunregistermadagent. This check can pass if 'madagent' variable holds an...

0.00183EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/30 12:16 p.m.5 views

CVE-2023-54274 RDMA/srpt: Add a check for valid 'mad_agent' pointer

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Add a check for valid 'madagent' pointer When unregistering MAD agent, srpt module has a non-null check for 'madagent' pointer before invoking ibunregistermadagent. This check can pass if 'madagent' variable holds an...

6.3AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:15 p.m.8 views

CVE-2023-54255

In the Linux kernel, the following vulnerability has been resolved: sh: dma: Fix DMA channel offset calculation Various SoCs of the SH3, SH4 and SH4A family, which use this driver, feature a differing number of DMA channels, which can be distributed between up to two DMAC modules. The existing...

5.4AI score0.00184EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:11 p.m.21 views

CVE-2023-54234 scsi: mpi3mr: Fix missing mrioc->evtack_cmds initialization

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix missing mrioc-evtackcmds initialization Commit c1af985d27da "scsi: mpi3mr: Add Event acknowledgment logic" introduced an array mrioc-evtackcmds but initialization of the array elements was missed. They are just...

7.8CVSS6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/30 12:9 p.m.36 views

CVE-2023-54201 RDMA/efa: Fix wrong resources deallocation order

In the Linux kernel, the following vulnerability has been resolved: RDMA/efa: Fix wrong resources deallocation order When trying to destroy QP or CQ, we first decrease the refcount and potentially free memory regions allocated for the object and then request the device to destroy the object. If t...

7.8CVSS0.00134EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/12/30 12:8 p.m.3 views

CVE-2023-54168

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx4: Prevent shift wrapping in setusersqsize The ucmd-logsqbbcount variable is controlled by the user so this shift can wrap. Fix it by using checkshloverflow in the same way that it was done in commit 515f60004ed9 "RDMA/hn...

7.8CVSS5.3AI score0.00134EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the apple-admac DMA engine not freeing the currenttx descriptor, which could lead to a memory leak...

5.8AI score0.00172EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from an integer overflow that could lead to out-of-bounds memory accesses...

5.9AI score0.00196EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from the presence of a memory corruption in the extended buffer descriptor mode, which could result in a DMA memory...

6.2AI score0.00534EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/12/30 12:0 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unused device management snddevmcardnew function, which could result in a memory access error when a modu...

5.8AI score0.00133EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.12 views

PT-2025-54084

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the DMA channel offset calculation for SoCs of the SH3, SH4, and SH4A families. The existing implementation incorrectly calculates channel offsets,...

6.3AI score0.00184EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.10 views

PT-2025-54110

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Fix refcount leak in erdma mmap rdma user mmap entry get take reference, we should release it when not need anymore, add the missing rdma user mmap entry put in the error path to fix it...

6.3AI score0.00172EPSS
SaveExploits0References4
Rows per page
Query Builder