header-logo
Suggest Exploit
vendor:
Ez Album
by:
Red Security TEAM
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Ez Album
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: CentOS
2012

Ez Album Blind SQL Injection Vulnerability

Ez Album is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable parameter 'id' in the 'index.php' page. This can allow the attacker to gain access to the database and execute arbitrary code.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.
Source

Exploit-DB raw data:

# 
# Title     : Ez Album Blind SQL Injection Vulnerability
# Author    : Red Security TEAM
# Date      : 31/01/2012
# Risk      : High
# Demo      : http://www.scriptsez.com
# Tested On : CentOS
# Contact   : Info [ 4t ] RedSecurity [ d0t ] COM
# Home      : http://RedSecurity.COM
#
# Exploit   :
# http://server/album/index.php?action=view&id=[BlindSQLi]
#