Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
Back to list
|
Post reply
Mafia Moblog Full Path Disclosure / SQL injection
Jun 08 2006 12:18AM
simo64 gmail com
Produce : Mafia Moblog
WebSite :http://mafia.pearlabs.org
Version : 6 Full and Prior
Discovred By :Moroccan Security Research Team (Simo64)
IMPACT : Manipulation of data, System access
[+] Full Path Disclosure :
The problem is that it is possible to disclose the full path to 'big.php','upgrade.php' by accessing directly.
Exemple:
http://localhost/moblog/big.php
Result :
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/simo64/www/moblog/templates/match plus/big.php on line 54
[+] SQL Injection :
Input passed to 'img' parameters in 'big.php' is not properly sanitised
before being used in an SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
[-] Vulnerable Code in 'templates/match plus/big.php' :
****************************
52 $query = "SELECT * FROM $table WHERE id=$img";
53 $result = mysql_query($query);
54 $row = mysql_fetch_row($result);
***************************
[-] Exploit : http://localhost//moblog/big.php?img=[SQL]&pg=1
[+]Contact : Simo64 (at) gmail (dot) com [email concealed] [Moroccan Security Team]
[ reply ]
Privacy Statement
Copyright 2009, SecurityFocus
WebSite :http://mafia.pearlabs.org
Version : 6 Full and Prior
Discovred By :Moroccan Security Research Team (Simo64)
IMPACT : Manipulation of data, System access
[+] Full Path Disclosure :
The problem is that it is possible to disclose the full path to 'big.php','upgrade.php' by accessing directly.
Exemple:
http://localhost/moblog/big.php
Result :
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/simo64/www/moblog/templates/match plus/big.php on line 54
[+] SQL Injection :
Input passed to 'img' parameters in 'big.php' is not properly sanitised
before being used in an SQL query. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
[-] Vulnerable Code in 'templates/match plus/big.php' :
****************************
52 $query = "SELECT * FROM $table WHERE id=$img";
53 $result = mysql_query($query);
54 $row = mysql_fetch_row($result);
***************************
[-] Exploit : http://localhost//moblog/big.php?img=[SQL]&pg=1
[+]Contact : Simo64 (at) gmail (dot) com [email concealed] [Moroccan Security Team]
[ reply ]