vendor:
All in One Video Downloader
by:
Deyaa Muhammad
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: All in One Video Downloader
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:niche_office:all_in_one_video_downloader
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WIN7_x68/cloudflare
2019
All in One Video Downloader 1.2 – SQL Injection
All in One Video Downloader 1.2 is vulnerable to SQL Injection. An attacker can exploit this vulnerability to gain access to sensitive information such as user credentials, database name, and version. This vulnerability can be exploited by sending a maliciously crafted SQL query to the vulnerable parameter 'id' in the 'view=page-edit' page. The attacker can use the UNION SELECT statement to retrieve the sensitive information from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.