vendor:
iranian_music.php
by:
Hussin X
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: iranian_music.php
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
2008
PersianBB (iranian_music.php id) Remote SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a crafted HTTP request to the vulnerable server with a malicious SQL query. This can be done by appending the malicious SQL query to the vulnerable parameter in the HTTP request. For example, an attacker can send a request like www.[target].com/Script/iranian_music.php?id=-1+union+select+1,concat_ws(0x3a,user,psw),3,4,5,6,7+from+prelude-- to exploit this vulnerability.
Mitigation:
The best way to mitigate this vulnerability is to sanitize user input and validate it before using it in SQL queries.