vendor:
Music Gallery Site
by:
Muhammad Navaid Zafar Ansari
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Music Gallery Site
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: CVE-2023-0938
CPE: a:sourcecodester:music_gallery_site:1.0
Other Scripts:
https://www.infosecmatter.com/nessus-plugin-library/?id=151198, https://www.infosecmatter.com/nessus-plugin-library/?id=26906, https://www.infosecmatter.com/nessus-plugin-library/?id=135464, https://www.infosecmatter.com/nessus-plugin-library/?id=150721, https://www.infosecmatter.com/nessus-plugin-library/?id=150431, https://www.infosecmatter.com/nessus-plugin-library/?id=27561, https://www.infosecmatter.com/nessus-plugin-library/?id=26905, https://www.infosecmatter.com/nessus-plugin-library/?id=29488, https://www.infosecmatter.com/nessus-plugin-library/?id=27297, https://www.infosecmatter.com/nessus-plugin-library/?id=27299
Platforms Tested: Windows 11
2023
Music Gallery Site v1.0 – SQL Injection on music_list.php
The Music Gallery site does have public pages for music library, on music list there is an SQL injection to filter out the music list with category basis. The attacker can use this vulnerability to bypass the security measures put in place by the application, allowing them to access or modify sensitive data, or even take control of the entire system.
Mitigation:
To prevent SQL Injection attacks, developers should properly sanitize and validate all user input, and implement strong security measures, such as input validation, output encoding, parameterized queries, and access controls. Users should also be aware of the risks of SQL Injection attacks and take appropriate measures to protect their data.