vendor:
Atomic Photo Album
by:
Stack
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Atomic Photo Album
Affected Version From: 1.1.0pre4
Affected Version To: 1.1.0pre4
Patch Exists: NO
Related CWE: N/A
CPE: a:atomic_photo_album:atomic_photo_album:1.1.0pre4
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, Mac
2009
Atomic Photo Album 1.1.0pre4 – Blind SQL Injection Exploit
Atomic Photo Album 1.1.0pre4 is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability to gain access to sensitive information stored in the database. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'apa_album_ID' parameter of the 'lalbum.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable script. This will allow the attacker to execute arbitrary SQL commands in the context of the application's database.
Mitigation:
Input validation should be used to ensure that user-supplied input is properly sanitized. All input data should be validated and filtered before passing it to the database.