code-projects Online Shoe Store
cpe:2.3:a:code-projects:online_shoe_store:*:*:*:*:*:*:*
- 1.0
A critical SQL injection vulnerability has been identified in the code-projects Online Shoe Store version 1.0. The issue resides in the '/contactus1.php' file, where the 'message' parameter is manipulated, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely without any authentication, posing a significant risk to database security and data integrity.
Exploitation of this vulnerability allows unauthorized access to the database, where attackers can modify or delete data, access sensitive information, and potentially disrupt services.
The vulnerability can be reproduced by sending a POST request to 'contactus1.php' with a crafted 'message' parameter that includes malicious SQL code. This can be done using tools like sqlmap, which can automate the injection process and exploit the vulnerability.
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.