Vulnerability Description
LightFTP through 2.4 contains multiple data race vulnerabilities in ftpserv.c that allow anonymous attackers to cause undefined behavior by issuing LIST followed by ABOR commands without authentication. The control thread closes data_socket and file_fd descriptors while worker threads concurrently operate on the same fields in worker_thread_cleanup, allowing stale file descriptors to be reassigned by the OS and subsequently used by worker threads on unrelated resources, resulting in potential denial of service.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/hfiref0x/LightFTP/issues/75
- https://www.vulncheck.com/advisories/lightftp-data-race-condition-via-abor-comma
FAQ
What is CVE-2026-70637?
CVE-2026-70637 is a vulnerability with a CVSS score of 5.9 (MEDIUM). LightFTP through 2.4 contains multiple data race vulnerabilities in ftpserv.c that allow anonymous attackers to cause undefined behavior by issuing LIST followed by ABOR commands without authenticatio...
How severe is CVE-2026-70637?
CVE-2026-70637 has been rated MEDIUM with a CVSS base score of 5.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-70637?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.