vendor:
Php Auktion Pro
by:
Easy Laster
9,3
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Php Auktion Pro
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
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
2010
Php Auktion Pro SQL Injection news.php
A SQL injection vulnerability exists in the Php Auktion Pro script. An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable application with the malicious payload in the 'id' parameter. The malicious payload can be either 'null+union+select+1,2,convert (password using utf8),4,5+from+users#' or 'null+union+select+1,2,concat (name,0x3a,password),4,5+from+users#'
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct dynamic SQL queries. Parameterized queries should be used to prevent SQL injection attacks.