vendor:
Photostore
by:
DNX
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: Photostore
Affected Version From: 3.4.2003
Affected Version To: 3.5.2002
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2008
Ktools Photostore <= v3.5.2 (crumbs.php) Remote SQL Injection
The Ktools Photostore version 3.5.2 is vulnerable to a remote SQL injection attack in the crumbs.php file. This exploit only works when magic quotes are turned off. The vulnerability allows an attacker to inject malicious SQL queries through the 'gid' parameter in the URL, leading to unauthorized access to the database. The exploit was discovered by DNX.
Mitigation:
To mitigate this vulnerability, the vendor should replace the unsecure codeline with a secure one. The suggested fix is to use parameterized queries or input validation to prevent SQL injection attacks. It is recommended to update to a newer version of the software that includes the fix.