๐Ÿ” CVE Alert

CVE-2026-70637

MEDIUM 5.9

LightFTP 2.4 Data Race Condition via ABOR Command in ftpserv.c

CVSS Score
5.9
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-820
Vendor hfiref0x
Product lightftp
Published Aug 6, 2026
Last Updated Aug 6, 2026
Stay Ahead of the Next One

Get instant alerts for hfiref0x lightftp

Be the first to know when new medium vulnerabilities affecting hfiref0x lightftp are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

hfiref0x / LightFTP
0 โ‰ค 2.4 0 โ‰ค d28c5e08aa4bd128737d35cc6ee0f9630a910ed5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/hfiref0x/LightFTP/issues/75 vulncheck.com: https://www.vulncheck.com/advisories/lightftp-data-race-condition-via-abor-command-in-ftpserv-c

Credits

grant_Y (@grant-yim) ๐Ÿ” Gjoko Krstic of Zero Science Lab