Lucene search
+L

47897 matches found

RedhatCVE
RedhatCVE
•added 2026/05/01 8:33 p.m.•14 views

CVE-2026-31714

A flaw was found in the Linux kernel's F2FS Flash-Friendly File System component. This vulnerability, a memory leak, occurs within the f2fsrename function. A local attacker could exploit this by repeatedly performing file rename operations, leading to a gradual consumption of system memory. Over...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/05/01 6:12 p.m.•13 views

CVE-2026-43041

A flaw was found in the Linux kernel's qrtr networking module. This vulnerability occurs when the radixtreecreate function allocates intermediate nodes that are not properly reclaimed if subsequent memory allocations fail. This leads to orphaned internal nodes and a memory leak. This memory leak...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/05/01 5:45 p.m.•11 views

CVE-2026-43035

A flaw was found in the Linux kernel. A local user can exploit a vulnerability in the tcchainfillnode function, which fails to initialize the tcminfo field of the struct tcmsg to zero. This oversight leads to an information disclosure, as uninitialized kernel heap memory is leaked to userspace...

5.5CVSS5.6AI score0.00171EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
•added 2026/05/01 4:59 p.m.•18 views

CVE-2026-43021

A flaw was found in the Bluetooth hcisync component of the Linux kernel. When the hcicmdsyncqueueonce function fails, the associated destroy callback is not invoked, leading to memory and reference leaks. This continuous leakage of resources could eventually result in a Denial of Service DoS...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References3
NVD
NVD
•added 2026/05/01 3:16 p.m.•15 views

CVE-2026-43041

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtrtxflow radixtree with xarray to fix memory leak radixtreecreate allocates and links intermediate nodes into the tree one by one. If a subsequent allocation fails, the already-linked nodes remain in the tree...

5.5CVSS0.00162EPSS
SaveExploits0References8
NVD
NVD
•added 2026/05/01 3:16 p.m.•18 views

CVE-2026-43021

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: fix leaks when hcicmdsyncqueueonce fails When hcicmdsyncqueueonce returns with error, the destroy callback will not be called. Fix leaking references / memory on these failures...

5.5CVSS0.00143EPSS
SaveExploits0References2
NVD
NVD
•added 2026/05/01 3:16 p.m.•17 views

CVE-2026-31760

In the Linux kernel, the following vulnerability has been resolved: gpib: lpvousb: fix memory leak on disconnect The driver iterates over the registered USB interfaces during GPIB attach and takes a reference to their USB devices until a match is found. These references are never released which...

5.5CVSS0.0016EPSS
SaveExploits0References3
NVD
NVD
•added 2026/05/01 3:16 p.m.•15 views

CVE-2026-31757

In the Linux kernel, the following vulnerability has been resolved: usb: misc: usbio: Fix URB memory leak on submit failure When usbsubmiturb fails in usbioprobe, the previously allocated URB is never freed, causing a memory leak. Fix this by jumping to errfreeurb label to properly release the UR...

5.5CVSS0.0016EPSS
SaveExploits0References3
NVD
NVD
•added 2026/05/01 3:16 p.m.•15 views

CVE-2026-31746

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Fix memory leak with CCA cards used as accelerator Tests showed that there is a memory leak if CCA cards are used as accelerator for clear key RSA requests ME and CRT. With the last rework for the memory allocation t...

5.5CVSS0.0016EPSS
SaveExploits0References3
NVD
NVD
•added 2026/05/01 3:16 p.m.•20 views

CVE-2026-31750

In the Linux kernel, the following vulnerability has been resolved: comedi: runflags cannot determine whether to reclaim chanlist syzbot reported a memory leak 1, because commit 4e1da516debb "comedi: Add reference counting for Comedi command handling" did not consider the exceptional exit case in...

5.5CVSS0.00143EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/05/01 2:45 p.m.•8 views

CVE-2026-43506

An issue was discovered in Prosody before 0.12.6 and 1.0.0 through 13.0.0 before 13.0.5. A Denial of Service can occur via memory exhaustion caused by memory leaks from unauthenticated connections...

7.5CVSS5.8AI score0.00493EPSS
SaveExploits0References3Affected Software1
NVD
NVD
•added 2026/05/01 2:16 p.m.•16 views

CVE-2026-31714

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid memory leak in f2fsrename syzbot reported a f2fs bug as below: BUG: memory leak unreferenced object 0xffff888127f70830 size 16: comm "syz.0.23", pid 6144, jiffies 4294943712 hex dump first 16 bytes: 3c af 57 72...

5.5CVSS0.00162EPSS
SaveExploits0References5
CVE
CVE
•added 2026/05/01 2:15 p.m.•33 views

CVE-2026-43045

CVE-2026-43045 concerns the Linux kernel mshv module, where the vulnerability stems from incorrect error handling in mshv_region_pin. The issue allows memory corruption due to pin_user_pages_fast() sometimes returning a short pin count (less than requested but >0) and being treated as success,...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References2Affected Software1
CVE
CVE
•added 2026/05/01 2:15 p.m.•32 views

CVE-2026-43041

CVE-2026-43041 concerns the Linux kernel: the irq/qrtr path (qrtr_tx_flow) used a radix_tree that could leak memory when intermediate nodes were linked but a subsequent allocation failed. The root cause was orphaned internal radix_tree nodes left behind because radix_tree_for_each_slot() only vis...

5.5CVSS5.8AI score0.00162EPSS
SaveExploits0References8Affected Software1
attackerkb
attackerkb
•added 2026/05/01 2:15 p.m.•6 views

CVE-2026-43041

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtrtxflow radixtree with xarray to fix memory leak radixtreecreate allocates and links intermediate nodes into the tree one by one. If a subsequent allocation fails, the already-linked nodes remain in the tree...

5.8AI score0.00162EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
•added 2026/05/01 2:15 p.m.•16 views

EUVD-2026-26640

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtrtxflow radixtree with xarray to fix memory leak radixtreecreate allocates and links intermediate nodes into the tree one by one. If a subsequent allocation fails, the already-linked nodes remain in the tree...

5.8AI score0.00162EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/05/01 2:15 p.m.•52 views

CVE-2026-43041 net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leak

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtrtxflow radixtree with xarray to fix memory leak radixtreecreate allocates and links intermediate nodes into the tree one by one. If a subsequent allocation fails, the already-linked nodes remain in the tree...

0.00162EPSS
SaveExploits0References8
Debian CVE
Debian CVE
•added 2026/05/01 2:15 p.m.•23 views

CVE-2026-43041

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtrtxflow radixtree with xarray to fix memory leak radixtreecreate allocates and links intermediate nodes into the tree one by one. If a subsequent allocation fails, the already-linked nodes remain in the tree...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0
OSV
OSV
•added 2026/05/01 2:15 p.m.•13 views

CVE-2026-43041 net: qrtr: replace qrtr_tx_flow radix_tree with xarray to fix memory leak

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: replace qrtrtxflow radixtree with xarray to fix memory leak radixtreecreate allocates and links intermediate nodes into the tree one by one. If a subsequent allocation fails, the already-linked nodes remain in the tree...

5.8AI score
SaveExploits0References11
CVE
CVE
•added 2026/05/01 2:15 p.m.•49 views

CVE-2026-43021

CVE-2026-43021 affects the Linux kernel Bluetooth hci_sync path. A failure in hci_cmd_sync_queue_once() can skip calling the destroy callback, causing leaks of references/memory. The issue manifests during error paths, potentially leaving resources allocated for the hci_sync queue. Public discuss...

5.5CVSS5.8AI score0.00143EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder