Lucene search
K

mafiamoblog.txt

🗓️ 12 Jun 2006 00:00:00Reported by Simo64Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 24 Views

Mafia Moblog website version 6 and prior is vulnerable to Full Path Disclosure and SQL Injection. It can lead to data manipulation and unauthorized system access

Code
`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 : [email protected] [Moroccan Security Team]  
`

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