Lucene search
+L

43974 matches found

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

CVE-2026-80987

In the Linux kernel, the following vulnerability has been resolved: NTB: ntbtransport: Reject oversized TX buffers ntbprocesstx handles an oversized buffer by calling txhandler with a NULL data pointer and returning success. ntbnetdev therefore neither frees the skb in its completion callback nor...

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

CVE-2026-80974

In the Linux kernel, the following vulnerability has been resolved: mfd: sm501: Fix potential memory leaks during remove The memory allocated for struct sm501devdata in sm501pciprobe and sm501platprobe is not freed by the corresponding remove functions sm501pciremove and sm501platremove. Fix that...

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

CVE-2026-80961

In the Linux kernel, the following vulnerability has been resolved: dm-pcache: validate kset keynum and intra-segment bounds Two more fields decoded from the cache device go unbounded. The kset keynum drives cacheksetcrc and the replay loop in cachereplay, the writeback worker and the GC worker,...

0.00198EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/11 8:19 p.m.5 views

CVE-2026-80948

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: dvm: fix memory leak in iwlopmodedvmstart In iwlopmodedvmstart, jumping to outfreeeeprom currently bypasses the outfreeeepromblob label. Consequently, error paths triggered after successfully parsing the EEPROM fre...

0.0021EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/11 8:19 p.m.6 views

CVE-2026-80949

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: Fix memory leak in brcmfsdioreadcontrol The memory allocated for buf is not freed in some of the error paths in brcmfsdioreadcontrol. Fix that by adding vfree calls. arend: rework as suggested by Johannes...

0.00168EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:18 p.m.6 views

CVE-2026-80941

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Fix potential memory leak in rtwtxqpushskb The skb passed to the rtwhcitxwrite is expected to be freed when the function fails, but the error path in rtwtxqpushskb does not free the skb before returning. This can lea...

0.002EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:18 p.m.6 views

CVE-2026-80942

In the Linux kernel, the following vulnerability has been resolved: wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92duinitswvars The memory allocated inside rtl92duinitshareddata is not freed in any of the subsequent error paths in rtl92duinitswvars. Fix that by adding a call to...

0.00168EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/11 7:49 p.m.6 views

heartbleedscanner

Сканер Heartbleed Сетевой сканер утечки памяти OpenSSL CVE-2014-0160 -t параметр для оптимизации таймаута в секундах. -f параметр для записи утечки памяти уязвимых систем. n параметр для сканирования всей сети. -i параметр для сканирования из файла списка. Полезно, если у вас уже есть цели. -r...

7.5CVSS7.4AI score0.99999EPSS
SaveExploits94
Kitploit
Kitploit
added 2026/09/11 7:49 p.m.307 views

heartbleedscanner

Heartbleed Scanner Network Scanner for OpenSSL Memory Leak CVE-2014-0160 -t parameter to optimize the timeout in seconds. -f parameter to log the memleak of vulnerable systems. -n parameter to scan entire network. -i parameter to scan from a list file. Useful if you already have targets. -r...

7.5CVSS7.2AI score0.99999EPSS
SaveExploits94
CVE
CVE
added 2026/09/11 7:46 p.m.11 views

CVE-2026-89741

CVE-2026-89741 affects the Linux kernel V4L2 subsystem, specifically the __video_register_device() function. A prior patch (commit 2a934fdb01db) attempted to improve error handling by calling put_device() when device_register() fails, but this conflicts with the V4L2 API contract requiring caller...

0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.23 views

CVE-2026-89735 usb: gadget: midi2: remove default configfs groups on teardown

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: midi2: remove default configfs groups on teardown fmidi2allocinst creates default configfs child groups for the default endpoint and default block using configfsadddefaultgroup, setting their internal refcount to 1...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76647

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: midi2: remove default configfs groups on teardown fmidi2allocinst creates default configfs child groups for the default endpoint and default block using configfsadddefaultgroup, setting their internal refcount to 1...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.24 views

CVE-2026-89714 NFS: fix delegation_hash_table leak when nfs4_server_common_setup() fails

In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegationhashtable leak when nfs4servercommonsetup fails nfs4servercommonsetup allocates server-delegationhashtable first, but server-destroy - the only path that frees the table via nfs4destroyserver - is not assigned...

0.00198EPSS
SaveExploits0References3
CVE
CVE
added 2026/09/11 7:46 p.m.12 views

CVE-2026-89714

This Linux kernel vulnerability affects the NFSv4 client subsystem. The root cause is a memory leak of server->delegation_hash_table (4 KiB per attempt with the default delegation watermark) when nfs4_server_common_setup() fails at an intermediate step (is_ds_only_client(), nfs4_init_session()...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76626

In the Linux kernel, the following vulnerability has been resolved: NFS: fix delegationhashtable leak when nfs4servercommonsetup fails nfs4servercommonsetup allocates server-delegationhashtable first, but server-destroy - the only path that frees the table via nfs4destroyserver - is not assigned...

0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/11 7:46 p.m.7 views

EUVD-2026-76622

In the Linux kernel, the following vulnerability has been resolved: NFSv4.1: fix layout segment leak on the pnfslayoutprocess forget path When the server returns a new layout stateid while a valid one is still held, pnfslayoutprocess calls pnfsmarkmatchinglsegsreturn on the on-stack freeme list a...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.25 views

CVE-2026-89710 NFSv4.1: fix layout segment leak on the pnfs_layout_process() forget path

In the Linux kernel, the following vulnerability has been resolved: NFSv4.1: fix layout segment leak on the pnfslayoutprocess forget path When the server returns a new layout stateid while a valid one is still held, pnfslayoutprocess calls pnfsmarkmatchinglsegsreturn on the on-stack freeme list a...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89710

CVE-2026-89710 is a layout segment leak in the Linux kernel's NFSv4.1/pNFS subsystem. When the server returns a new layout stateid while a valid one is still held, pnfs_layout_process() jumps to out_forget without draining the on-stack free_me list; only the success path calls pnfs_free_lseg_list...

0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/11 7:46 p.m.23 views

CVE-2026-89691 nfsd: clear opcnt on compound arg release to prevent OOB read

In the Linux kernel, the following vulnerability has been resolved: nfsd: clear opcnt on compound arg release to prevent OOB read nfsd4releasecompoundargs resets args-ops to the inline iops8 array when the dynamically-allocated ops buffer is freed, but leaves args-opcnt at its original value whic...

0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/11 7:46 p.m.10 views

CVE-2026-89691

CVE-2026-89691 affects the Linux kernel's nfsd (NFS server) component. The root cause is that nfsd4_release_compoundargs() resets args->ops to the inline 8-element iops[] array after freeing the dynamically allocated ops buffer, but fails to clear args->opcnt, which can be up to 200 for NFS...

0.00168EPSS
SaveExploits0References4
Rows per page
Query Builder