vendor:
Islam Sound IV2
by:
ZxH-Labs
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Islam Sound IV2
Affected Version From: 2
Affected Version To: 2
Patch Exists: NO
Related CWE: N/A
CPE: a:emides:islam_sound_iv2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows Server 2003 [IIS]
2011
Islam Sound IV2 (details.php) Remote SQL Injection
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'linkid' parameter to '/details.php' script. A remote attacker can execute arbitrary SQL commands in application's database, cause denial of service, access or modify sensitive data, exploit various vulnerabilities in the underlying SQL server software, etc.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All input data should be validated against a white list of allowed characters and/or types. Additionally, parameterized queries should be used to prevent SQL injection.