vendor:
aspWebAlbum
by:
Alemin_Krali
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: aspWebAlbum
Affected Version From: 3.2
Affected Version To: 3.2
Patch Exists: NO
Related CWE: N/A
CPE: a:fullrevolution:aspwebalbum:3.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009
aspWebAlbum 3.2
aspWebAlbum 3.2 is vulnerable to SQL injection. An attacker can inject malicious SQL queries into the vulnerable parameter 'pic' and 'cat' of the album.asp page. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. Successful exploitation of this vulnerability can allow an attacker to gain access to sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user-supplied input to prevent malicious SQL code from being executed.