SourceCodester Company Website CMS
cpe:2.3:a:company_website_cms_project:company_website_cms:*:*:*:*:*:*:*
- 1.0
A SQL injection vulnerability has been identified in SourceCodester Company Website CMS version 1.0, specifically within the admin/reset-password.php file. The issue arises from inadequate validation of the 'email' parameter, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication, potentially leading to unauthorized access to the database, data manipulation, and disruption of services.
Exploitation of this vulnerability allows for unauthorized database access, data modification or deletion, leakage of sensitive information, and could disrupt services, posing a significant threat to system security and business operations.
The vulnerability can be reproduced by sending a POST request to the admin/reset-password.php file with a crafted 'email' parameter that includes malicious SQL code. This can be done using tools like sqlmap, which can automate the exploitation of SQL injection vulnerabilities.
It is recommended to use prepared statements and parameter binding to prevent SQL injection, validate and filter user input, and minimize database user permissions.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.