7.5
CVSSv2

CVE-2008-5880

Published: 08/01/2009 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

admin/auth.php in Gobbl CMS 1.0 allows remote malicious users to bypass authentication and gain administrative access by setting the auth cookie to "ok".

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

gobbl gobbl cms 1.0

Exploits

--------------------------- Gobbl Cms 10 ICookie Hand --------------------------- Autore: x0r ( Evolution Team) Email: andry2000@hotmailit Demo Site:wwwgobblnet/ --------------------------- Bug In: \admin\authphp ?> include ('/configphp'); $user = $_POST['user']; $pass = $_POST['pass']; if ( ($user == $un) and ($pass = ...