vendor:
YVS Image Gallery
by:
Corrado Liotta Aka CorryL
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: YVS Image Gallery
Affected Version From: 0.0.0.1
Affected Version To: 0.0.0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:yvs:yvs_image_gallery
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux, Unix
2013
YVS Image Gallery SQL Injection Vulnerability
This vulnerability allows a remote attacker to gain access to the user name and admin password of the YVS Image Gallery application. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'album_id' parameter of the 'view_album.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with an SQL injection payload in the 'album_id' parameter. This will allow the attacker to gain access to the user name and admin password of the application.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate SQL queries that can be exploited. Additionally, parameterized queries should be used to prevent SQL injection attacks.