vendor:
php-addressbook
by:
Hussin X
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: php-addressbook
Affected Version From: 3.1.2005
Affected Version To: 3.1.2005
Patch Exists: NO
Related CWE: N/A
CPE: a:php-addressbook:php-addressbook:3.1.5
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
php-addressbook v3.1.5(edit.php) SQL Injection Vulnerability
A SQL injection vulnerability exists in php-addressbook v3.1.5, which allows an attacker to execute arbitrary SQL commands via the 'id' parameter in the 'edit.php' script. An attacker can exploit this vulnerability by sending a malicious HTTP request to the vulnerable server, such as 'www.[target].com/Script/edit.php?id=-1+union+select+1,concat_ws(0x3a,user(),version(),database()),3,4,5,6,7,8,9,10,11,12,13,14--'.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.