vendor:
Galleristic
by:
cOndemned
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Galleristic
Affected Version From: Galleristic v1.0
Affected Version To: Galleristic v1.0
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: N/A
2008
Galleristic v1.0 (index.php cat) Remote SQL Injection Exploit
Galleristic v1.0 is vulnerable to a remote SQL injection vulnerability. This exploit works only when magic_quotes_gpc is set to off. The exploit is triggered by sending a maliciously crafted HTTP request to the vulnerable application. The exploit code is written in PHP and it takes the target URL as a parameter. It then sends a maliciously crafted HTTP request to the vulnerable application and extracts the value from the gallery_settings table.
Mitigation:
Ensure that the application is not vulnerable to SQL injection attacks by validating user input and using parameterized queries.