vendor:
Photo Galerie Standard
by:
ajann
7.5
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: Photo Galerie Standard
Affected Version From: Photo Galerie Standard <= 1.1
Affected Version To: Photo Galerie Standard <= 1.1
Patch Exists: NO
Related CWE:
CPE: a:noname-media:photo_galerie_standard:1.1
Platforms Tested:
2007
Photo Galerie Standard <= 1.1 (view.php) Remote SQL Injection Vulnerability
The Photo Galerie Standard <= 1.1 (view.php) is vulnerable to a remote SQL injection attack. By manipulating the 'id' parameter in the 'view.php' file, an attacker can execute arbitrary SQL queries on the underlying database. This can lead to unauthorized access, data theft, and other malicious activities.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize and validate user input before using it in SQL queries. Additionally, using prepared statements or parameterized queries can help prevent SQL injection attacks.