vendor:
mg_user_fotoalbum
by:
Easy Laster
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: mg_user_fotoalbum
Affected Version From: 1.0.1
Affected Version To: 1.0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:php-fusion:mg_user_fotoalbum:1.0.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: PHP
2010
PHP-Fusion mg user fotoalbum 1.0.1 <= SQL injection Vulnerability Proof of Concept
A SQL injection vulnerability exists in PHP-Fusion mg user fotoalbum 1.0.1. An attacker can exploit this vulnerability to gain access to sensitive information from the database. The vulnerability is due to insufficient sanitization of user-supplied input in the 'album_user_id' and 'album_id' parameters of the 'mg_user_fotoalbum.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing malicious SQL statements to the vulnerable script. Successful exploitation of this vulnerability can result in unauthorized access to sensitive information from the database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL statements in an application. It is also recommended to use stored procedures to access the database instead of dynamic SQL statements.