vendor:
4images
by:
Andrey Stoykov
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: 4images
Affected Version From: 1.8
Affected Version To: 1.8
Patch Exists: NO
Related CWE: N/A
CPE: 4homepages.de/download-4images
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2020
4images 1.8 – ‘limitnumber’ SQL Injection (Authenticated)
4images 1.8 is vulnerable to an authenticated SQL injection vulnerability due to improper sanitization of user-supplied input. The vulnerability exists in the 'limitnumber' parameter of the 'findimages' action of the 'images.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious SQL code in the 'limitnumber' parameter. This can allow the attacker to execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to sanitize user-supplied input. All user-supplied input should be validated and filtered before being used in SQL queries.