vendor:
pc4 Uploader
by:
Qabandi
8,8
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: pc4 Uploader
Affected Version From: 9.0
Affected Version To: 9.0
Patch Exists: NO
Related CWE: N/A
CPE: a:pc4arb:pc4_uploader
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
2009
pc4arb – pc4 Uploader <= 9.0 Blind SQL injection
pc4arb - pc4 Uploader version 9.0 and below is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability to gain access to sensitive information such as usernames and passwords stored in the database. The vulnerability exists due to the lack of proper input validation in the 'load' and 'id' parameters of the 'code.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request with malicious SQL statements to the vulnerable script. This can be done by setting the 'tempst' cookie to 'qabandi' and then sending a specially crafted HTTP request with malicious SQL statements to the vulnerable script.
Mitigation:
Input validation should be performed to ensure that user-supplied data is properly sanitized before being used in SQL queries. Additionally, the application should use parameterized queries to prevent SQL injection attacks.