vendor:
PHPortfolio
by:
lionaneesh
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHPortfolio
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
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
2011
SQL Injection Vulnerbility in PHP Portfolio
A hacker can get admin access to web database leading to further attacks, Shelling and Rooting of server. The POC is http://[sitename]/[pathToApplication]/photo.php?id=%InjectHere%. For example, http://site.com/work/photo.php?id=%injectHere%19
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks.