code-projects Modern Bag
cpe:2.3:a:code-projects:modern_bag:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in version 1.0 of the Code-Projects Modern Bag application. The issue resides in the admin/category-list.php file, where the idCate parameter is manipulated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication, potentially leading to unauthorized database access, data modification or deletion, and exposure of sensitive information.
Exploitation of this vulnerability allows for SQL injection, enabling attackers to manipulate database queries. This could result in unauthorized access to database information, modification or deletion of data, and in some cases, execution of administrative operations on the database.
The vulnerability can be reproduced by sending a POST request to the admin/category-list.php file with the idCate parameter. The request should include a payload that exploits the SQL injection vulnerability, such as a time-based blind SQL injection payload that uses a SQL injection technique to delay the response and indicate successful exploitation.
To address this vulnerability, it is recommended to use prepared statements and parameter binding to prevent SQL injection. Additionally, input validation and filtering should be implemented to ensure user input conforms to expected formats. Minimizing database user permissions and conducting regular security audits can also help enhance overall security.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.