Lucene search
+L

529 matches found

RedhatCVE
RedhatCVE
added 2026/09/11 11:08 p.m.4 views

CVE-2026-89531

A flaw was found in the Linux kernel's svcrdma module. A remote attacker can exploit this vulnerability by repeatedly attempting connections when the system is under memory pressure. This can lead to a resource leak of rdmacmid objects, which, if amplified, could result in a Denial of Service DoS...

SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 11:08 p.m.3 views

CVE-2026-89483

A flaw was found in the Linux kernel's Non-Volatile Memory Express NVMe subsystem. Under specific memory pressure conditions, a local user could trigger a scenario where uninitialized kernel memory is used and potentially exposed. This could lead to information disclosure, revealing sensitive dat...

SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/11 10:33 p.m.4 views

CVE-2026-89618

A flaw was found in the Linux kernel's eventfs component. When the eventfscreatedir function fails due to memory pressure, an uninitialized internal data structure can cause the system to issue a misleading warning during the cleanup process. This incorrect error reporting could lead to confusion...

SaveExploits0References7
NVD
NVD
added 2026/09/11 8:19 p.m.4 views

CVE-2026-89618

In the Linux kernel, the following vulnerability has been resolved: eventfs: Initialize ei-children and ei-list in initei eventfscreatedir allocates the eventfsinode and initializes it with initei. But this does not initialize the eventfsinode listheads. If the eventfscreatedir fails due to memor...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.6 views

CVE-2026-89511

In the Linux kernel, the following vulnerability has been resolved: qede: Fix NULL pointer dereference in TPA fragment processing Under memory pressure, the qede driver encounters NULL pointer dereferences when processing TPA continuation fragments. Commit 8a8633978b84 "qede: Add buildskb support...

SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-89483

In the Linux kernel, the following vulnerability has been resolved: nvme: zero the discard fallback page nvmesetupdiscard always maps sizeofstruct nvmedsmrange NVMEDSMMAXRANGES = 4096 bytes as the DSM payload however many ranges the command declares, because some devices ignore the 'Number of...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:45 p.m.2 views

EUVD-2026-76530

In the Linux kernel, the following vulnerability has been resolved: eventfs: Initialize ei-children and ei-list in initei eventfscreatedir allocates the eventfsinode and initializes it with initei. But this does not initialize the eventfsinode listheads. If the eventfscreatedir fails due to memor...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:44 p.m.4 views

EUVD-2026-76437

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject connection when transport allocation fails handleconnectreq returns without action when svcrdmacreatexprt fails to allocate the new transport. The CM core returns 0 for CONNECTREQUEST events, so it does not destro...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:44 p.m.7 views

CVE-2026-89531

This CVE affects the svcrdma module in the Linux kernel . The vulnerability resides in handle_connect_req() : when svc_rdma_create_xprt() fails to allocate a new transport, the handler returns without action, causing the CM core to retain the new rdma_cm_id rather than destroying it. Each allocat...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89531 svcrdma: Reject connection when transport allocation fails

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject connection when transport allocation fails handleconnectreq returns without action when svcrdmacreatexprt fails to allocate the new transport. The CM core returns 0 for CONNECTREQUEST events, so it does not destro...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.3 views

EUVD-2026-76417

In the Linux kernel, the following vulnerability has been resolved: qede: Fix NULL pointer dereference in TPA fragment processing Under memory pressure, the qede driver encounters NULL pointer dereferences when processing TPA continuation fragments. Commit 8a8633978b84 "qede: Add buildskb support...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.13 views

CVE-2026-89511 qede: Fix NULL pointer dereference in TPA fragment processing

In the Linux kernel, the following vulnerability has been resolved: qede: Fix NULL pointer dereference in TPA fragment processing Under memory pressure, the qede driver encounters NULL pointer dereferences when processing TPA continuation fragments. Commit 8a8633978b84 "qede: Add buildskb support...

SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.12 views

CVE-2026-89483 nvme: zero the discard fallback page

In the Linux kernel, the following vulnerability has been resolved: nvme: zero the discard fallback page nvmesetupdiscard always maps sizeofstruct nvmedsmrange NVMEDSMMAXRANGES = 4096 bytes as the DSM payload however many ranges the command declares, because some devices ignore the 'Number of...

SaveExploits0References4
CVE
CVE
added 2026/09/11 7:43 p.m.5 views

CVE-2026-89483

CVE-2026-89483 is a Linux kernel vulnerability in the NVMe subsystem. When nvme_setup_discard() maps a 4096-byte DSM payload but a single-range discard fills only the first 16 bytes, the remaining 4080 bytes come from the fallback ctrl->discard_page, which is allocated via alloc_page(GFP_KERNE...

SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.5 views

EUVD-2026-76389

In the Linux kernel, the following vulnerability has been resolved: nvme: zero the discard fallback page nvmesetupdiscard always maps sizeofstruct nvmedsmrange NVMEDSMMAXRANGES = 4096 bytes as the DSM payload however many ranges the command declares, because some devices ignore the 'Number of...

SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.7 views

PT-2026-90334

In the Linux kernel, the following vulnerability has been resolved: eventfs: Initialize ei-children and ei-list in init ei eventfs create dir allocates the eventfs inode and initializes it with init ei. But this does not initialize the eventfs inode list heads. If the eventfs create dir fails due...

SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90247

In the Linux kernel, the following vulnerability has been resolved: svcrdma: Reject connection when transport allocation fails handle connect req returns without action when svc rdma create xprt fails to allocate the new transport. The CM core returns 0 for CONNECT REQUEST events, so it does not...

SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.7 views

PT-2026-90199

In the Linux kernel, the following vulnerability has been resolved: nvme: zero the discard fallback page nvme setup discard always maps sizeofstruct nvme dsm range NVME DSM MAX RANGES = 4096 bytes as the DSM payload however many ranges the command declares, because some devices ignore the 'Number...

SaveExploits0References5
EUVD
EUVD
added 2026/09/03 8:26 a.m.10 views

EUVD-2026-70348

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftablesoffload: suppress WARNONONCE for ENOMEM in abort path In nftflowruleoffloadabort, WARNONONCEerr is triggered on every error during rollback, including -ENOMEM. Memory allocation failures are expected under...

5.8AI score0.00226EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/26 3:17 p.m.6 views

UBUNTU-CVE-2026-80524

In the Linux kernel, the following vulnerability has been resolved: optee: ffa: Add NULL check in opteeffalendprotmem Sashiko locally reports a possible null dereference under memory pressure due to the lack of validation of the allocated pointer. Fix that by adding the missing check...

5.8AI score0.00155EPSS
SaveExploits0References4
Rows per page
Query Builder