vendor:
InselPhoto
by:
Osirys
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: InselPhoto
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: YES
Related CWE: N/A
CPE: a:inselphoto:inselphoto:1.1
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
2009
Remote Exploit (Admin credentials extract + File Disclosure via Sql Injection)
A remote exploit was discovered in InselPhoto v1.1 which allows an attacker to extract admin credentials and disclose files via SQL Injection. The vulnerable file is /[path]/search.php line 37. The SQL Injections used by this exploit are [1] ' union select 0,0,concat(username,0x3a,password),0,0,0,0,0 from inselphoto_users# and [2] ' union select 0,0,load_file('lf'),0,0,0,0,0#.
Mitigation:
Input validation should be used to prevent SQL Injection attacks.