SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-67607

MEDIUM · CVSS 5.9 EPSS 0.29% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-31 · Last synced 2026-08-30

CyberRota Analysis

AI-Generated

LightFTP 2.3.1 is vulnerable due to a residual race condition in the worker_thread_cleanup() function, allowing remote unauthenticated attackers to exploit unsynchronized access to shared connection states. This can lead to daemon destabilization or crashes, resulting in a denial of service. Organizations using this version of LightFTP should prioritize patching to mitigate the risk of service disruption.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-67607
Severity
MEDIUM
CVSS
5.9
EPSS
0.29%

Original NVD Description

LightFTP 2.3.1 contains a residual race condition vulnerability (an incomplete fix for CVE-2024-11144) in the worker_thread_cleanup() function of ftpserv.c that allows remote unauthenticated attackers to destabilize or crash the daemon by triggering unsynchronized access to shared per-connection state without holding the required mutex lock. Attackers can send a data-transfer command such as LIST followed immediately by ABOR to exploit the missing synchronization on shared context and detached thread id reuse, resulting in daemon destabilization or crash which can lead to a denial of service. The 2.3.1 patch only narrowed the timing window (an extra re-check and reordered cleanup), it never added the missing lock, so the underlying race remains.