vendor:
DeepSound
by:
Mehmet EMIROGLU
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DeepSound
Affected Version From: 1.0.4
Affected Version To: 1.0.4
Patch Exists: NO
Related CWE: N/A
CPE: a:codecanyon:deepsound:1.0.4
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Wamp64, Windows
2019
DeepSound 1.0.4 – SQL Inj.
DeepSound is a music sharing script vulnerable to SQL Injection. The vulnerability exists in the 'search_keyword' and 'description' parameters of the application. Attackers can exploit this vulnerability by sending malicious payloads to the application. An example payload for the 'search_keyword' parameter is '%27 aNd 9521793=9521793 aNd %276199%27=%276199' and for the 'description' parameter is '%27) aNd if(length(0x454d49524f474c55)>1,sleep(3),0) --%20'. This can allow attackers to execute arbitrary SQL commands on the underlying database.
Mitigation:
Developers should ensure that user input is properly sanitized and validated before being used in SQL queries. Additionally, developers should use parameterized queries to prevent SQL injection attacks.