Lucene search
+L

44029 matches found

NVD
NVD
added 2026/05/01 3:16 p.m.12 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.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/01 3:16 p.m.13 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.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/05/01 3:16 p.m.17 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.00107EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:45 p.m.6 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.00279EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2026/05/01 2:16 p.m.14 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.00114EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/01 2:15 p.m.28 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.001EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/05/01 2:15 p.m.29 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.00114EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.5 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.00114EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.51 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.00114EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/05/01 2:15 p.m.14 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.00114EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.22 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.00114EPSS
SaveExploits0
OSV
OSV
added 2026/05/01 2:15 p.m.11 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.44 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.00107EPSS
SaveExploits0References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/05/01 2:15 p.m.5 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.8AI score0.00107EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/05/01 2:15 p.m.22 views

EUVD-2026-26620

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.8AI score0.00107EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/05/01 2:15 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.5CVSS5.7AI score0.00107EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/01 2:14 p.m.43 views

CVE-2026-31760 gpib: lpvo_usb: fix memory leak on disconnect

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...

0.00121EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/01 2:14 p.m.19 views

EUVD-2026-26573

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.8AI score0.00121EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/01 2:14 p.m.13 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.5CVSS5.7AI score0.00121EPSS
SaveExploits0
CVE
CVE
added 2026/05/01 2:14 p.m.27 views

CVE-2026-31760

The CVE-2026-31760 issue affects the Linux kernel GPIB gpib: lpvo_usb driver, where the driver incorrectly retains references to USB devices during GPIB attach, causing a memory leak on disconnect. The root cause is not releasing those references after attaching, leading to resource retention. Th...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder