PHPGurukul Daily Expense Tracking System
cpe:2.3:a:phpgurukul:daily_expense_tracker_system:*:*:*:*:*:*:*
- 1.1
A SQL injection vulnerability exists in PHPGurukul Daily Expense Tracking System version 1.1, specifically within the register.php file. The issue arises because the application fails to properly sanitize or validate the email parameter, allowing attackers to inject malicious SQL queries. This vulnerability can be exploited remotely, without any authentication.
Exploitation of this vulnerability allows attackers to manipulate SQL queries, potentially leading to unauthorized database access, data modification or deletion, and disclosure of sensitive information.
To reproduce this vulnerability, send a POST request to the register.php file with an injected SQL payload in the email parameter. The injection can be boolean-based blind or time-based blind, taking advantage of SQL injection vulnerabilities that allow for conditional responses or time delays.
It is recommended to use prepared statements and parameter binding to prevent SQL injection. Additionally, input validation and filtering should be implemented to ensure that user input meets expected formats, and database user permissions should be minimized to the least required.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.