mybb v1.1.1(showthread.php) SQL Injection Exploit

2006.05.13
Credit: Breeeeh
Risk: Medium
Local: No
Remote: Yes
CWE: CWE-89


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

---------------------------------- foud by: Breeeeh Site: http://www.alshmokh.com Email: Breeeeh (at) hotmail (dot) com [email concealed] ---------------------------------- $query = $db->query("SELECT pid FROM ".TABLE_PREFIX."posts WHERE tid='$tid' $visible ORDER BY dateline LIMIT $start, $perpage"); while($getid = $db->fetch_array($query)) { $pids .= "$comma'$getid[pid]'"; $comma = ","; } ------------------- example: /showthread.php?...$comma=[SQL]


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