PatchSiren cyber security CVE debrief
CVE-2026-70637 hfiref0x CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-06T15:17:27.613Z and has not been modified since then. 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. System administrators and security teams responsible for LightFTP installations should be aware of this vulnerability. Due to the HIGH CVSS score of 8.2, immediate attention is required to address potential denial of service vulnerabilities. Developers and security researchers interested in FTP server security and data race vulnerabilities should also take note.
- Vendor
- hfiref0x
- Product
- LightFTP
- CVSS
- HIGH 8.2
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-06
- Original CVE updated
- 2026-08-06
- Advisory published
- 2026-08-06
- Advisory updated
- 2026-08-06
Who should care
System administrators and security teams responsible for LightFTP installations should be aware of this vulnerability. Due to the HIGH CVSS score of 8.2, immediate attention is required to address potential denial of service vulnerabilities. Developers and security researchers interested in FTP server security and data race vulnerabilities should also take note.
Technical summary
LightFTP through 2.4 contains multiple data race vulnerabilities in ftpserv.c. These vulnerabilities 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. This allows stale file descriptors to be reassigned by the OS and subsequently used by worker threads on unrelated resources, resulting in potential denial of service.
Defensive priority
High-priority defensive actions are recommended due to the HIGH CVSS score of 8.2. Immediate attention is required to address potential denial of service vulnerabilities in LightFTP through 2.4.
Recommended defensive actions
- Inventory and assess LightFTP installations for version 2.4 or earlier.
- Apply vendor patches or updates if available.
- Implement compensating controls such as limiting access to FTP services.
- Monitor for suspicious activity related to LIST and ABOR commands.
- Consider replacing LightFTP with a more secure alternative if patches are not available.
Evidence notes
Evidence from official sources indicates multiple data race vulnerabilities in LightFTP through 2.4, specifically in ftpserv.c, which allow anonymous attackers to cause undefined behavior. The vulnerabilities are exploitable by issuing LIST followed by ABOR commands without authentication, potentially leading to denial of service.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-70637 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-70637
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-70637 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-70637
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/hfiref0x/LightFTP/issues/75
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/lightftp-data-race-condition-via-abor-command-in-ftpserv-c
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.