Lucene search
+L

4733 matches found

NVD
NVD
added 3 days ago6 views

CVE-2026-67607

LightFTP 2.3.1 contains a race condition vulnerability that allows remote attackers to crash the server by racing a fresh connection that reuses the FTP context against an in-progress ABRT cleanup. Attackers can exploit the unprotected re-check of WorkerThreadId between workerthreadcleanup and...

8.2CVSS0.00284EPSS
SaveExploits0References2
CVE
CVE
added 3 days ago16 views

CVE-2026-67607

LightFTP 2.3.1 is affected by a race-condition DoS vulnerability where a fresh FTP connection reuses context during an in-progress ABRT cleanup, exposing an unprotected re-check of WorkerThreadId between worker_thread_cleanup() and pthread_join() outside MTLock. This can cause pthread_join() to o...

8.2CVSS5.6AI score0.00284EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 3 days ago7 views

CVE-2026-67607 LightFTP 2.3.1 Race Condition DoS via worker_thread_cleanup

LightFTP 2.3.1 contains a race condition vulnerability that allows remote attackers to crash the server by racing a fresh connection that reuses the FTP context against an in-progress ABRT cleanup. Attackers can exploit the unprotected re-check of WorkerThreadId between workerthreadcleanup and...

8.2CVSS5.6AI score0.00284EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 3 days ago7 views

CVE-2026-67607

LightFTP 2.3.1 contains a race condition vulnerability that allows remote attackers to crash the server by racing a fresh connection that reuses the FTP context against an in-progress ABRT cleanup. Attackers can exploit the unprotected re-check of WorkerThreadId between workerthreadcleanup and...

9.2CVSS5.6AI score0.00333EPSS
SaveExploits1References3
OSV
OSV
added 3 days ago4 views

CVE-2026-67607 LightFTP 2.3.1 Race Condition DoS via worker_thread_cleanup

LightFTP 2.3.1 contains a race condition vulnerability that allows remote attackers to crash the server by racing a fresh connection that reuses the FTP context against an in-progress ABRT cleanup. Attackers can exploit the unprotected re-check of WorkerThreadId between workerthreadcleanup and...

8.2CVSS5.6AI score0.00333EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 6 days ago4 views

CVE-2026-64281

A flaw was found in the Linux kernel's svcrdma component. During transport teardown, threads waiting in svcrdmasqwait can hang indefinitely in an uninterruptible state. This occurs because these threads are not explicitly woken up when the transport closes, leading to them continuously holding...

7.5CVSS5.8AI score0.00468EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 6 days ago6 views

kernel: futex: Drop CLONE_THREAD requirement for private default hash alloc

A flaw was found in the Linux kernel's futex subsystem. The needfutexhashallocatedefault function incorrectly relies on CLONETHREAD semantics, which can lead to non-concurrency issues when memory allocations mm-futexref pcpu allocations are shared across CLONEVM clones, excluding vfork. This can...

7.8CVSS5.8AI score0.00141EPSS
SaveExploits0References5
Nuclei
Nuclei
added 2026/07/27 4:16 a.m.169 views

Apache Log4j2 - Remote Code Injection

Apache Log4j2 Thread Context Lookup Pattern is vulnerable to remote code execution in certain non-default configurations. id: CVE-2021-45046 info: name: Apache Log4j2 - Remote Code Injection author: ImNightmaree severity: critical description: Apache Log4j2 Thread Context Lookup Pattern is...

9CVSS7.6AI score0.99977EPSS
SaveExploits41References5
Tenable Nessus
Tenable Nessus
added 2026/07/27 12:0 a.m.4 views

Siemens SIMATIC S7-1500 CPU 1518 MFP Race Condition within a Thread (CVE-2026-31466)

This plugin only works with Tenable.ot. Please visit https://www.tenable.com/products/tenable-ot for more information. %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if description scriptid505673; scriptversion"1.3"; scriptsetattributeattribute:"pluginmodificationdate",...

4.7CVSS5.8AI score0.00094EPSS
SaveExploits0References4
Mageia
Mageia
added 2026/07/25 6:4 p.m.11 views

Updated vorbis-tools package fixes a security vulnerability

The updated package fixes a security vulnerability: A buffer underflow vulnerability has been identified in the ogg123 utility from the vorbis-tools 1.4.3 package in function remotethread in remote.c. This vulnerability occurs in the remote control functionality when processing malformed input,...

8.2CVSS6.1AI score0.00515EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.10 views

SUSE CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/25 3:58 p.m.6 views

SUSE CVE-2026-64469

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderthreadrelease When a thread exits, binderthreadrelease walks its transaction stack to clear the t-from and t-toproc that correspond with the exiting thread. However, a process dying in parallel might...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/25 2:16 p.m.10 views

CVE-2026-10681

In Zephyr's userspace dynamic-objects subsystem, threadidxalloc in kernel/userspace/userspace.c allocated a new thread permission index from the global threadidxmap bitmap without holding listslock. On SMP systems, two user-mode threads invoking the kobjectallocKOBJTHREAD syscall concurrently can...

6.5CVSS0.00079EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/25 1:23 p.m.7 views

CVE-2026-10681 SMP race in `thread_idx_alloc()` lets concurrent `k_object_alloc(K_OBJ_THREAD)` callers share a kernel-object permission slot

In Zephyr's userspace dynamic-objects subsystem, threadidxalloc in kernel/userspace/userspace.c allocated a new thread permission index from the global threadidxmap bitmap without holding listslock. On SMP systems, two user-mode threads invoking the kobjectallocKOBJTHREAD syscall concurrently can...

6.5CVSS5.8AI score0.00079EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/25 1:23 p.m.25 views

CVE-2026-10681

The CVE-2026-10681 issue affects Zephyr's userspace dynamic-objects subsystem. In thread_idx_alloc(), a new thread permission index is taken from _thread_idx_map[] without holding lists_lock. On SMP, concurrent k_object_alloc(K_OBJ_THREAD) calls can observe the same lowest free bit and perform a ...

6.5CVSS5.8AI score0.00079EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/25 1:23 p.m.35 views

CVE-2026-10681 SMP race in `thread_idx_alloc()` lets concurrent `k_object_alloc(K_OBJ_THREAD)` callers share a kernel-object permission slot

In Zephyr's userspace dynamic-objects subsystem, threadidxalloc in kernel/userspace/userspace.c allocated a new thread permission index from the global threadidxmap bitmap without holding listslock. On SMP systems, two user-mode threads invoking the kobjectallocKOBJTHREAD syscall concurrently can...

6.5CVSS0.00079EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/25 10:17 a.m.11 views

CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS0.00135EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64468

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderfreetransaction In binderfreetransaction, the t-toproc is read under the t-lock. However, once the t-lock is dropped, the toproc can die in parallel. This leads to a use-after-free error when we attempt t...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References11
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64469

In the Linux kernel, the following vulnerability has been resolved: binder: fix UAF in binderthreadrelease When a thread exits, binderthreadrelease walks its transaction stack to clear the t-from and t-toproc that correspond with the exiting thread. However, a process dying in parallel might...

7.8CVSS5.6AI score0.00135EPSS
SaveExploits0References11
CVE
CVE
added 2026/07/25 8:51 a.m.15 views

CVE-2026-64469

CVE-2026-64469 is about a use-after-free in the Linux kernel Binder subsystem (binder_thread_release). The issue occurs when a thread exits and the code walks the transaction stack to clear t->from and t->to_proc; if a process dies in parallel, some transactions may be freed without holding...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References8
Rows per page
Query Builder