| tiêu đề | PHPGurukul Daily Expense Tracker System 1.1 SQL Injection |
|---|
| Mô tả | The forgot-password and reset-password pages in the Daily Expense Tracker System project contain pre-authentication SQL Injection vulnerabilities. The forgot-password form accepts an email and mobile number, concatenates them directly into a SELECT query, and upon a successful result stores the email and mobile number in session variables. The attacker is then redirected to the reset-password page, which reads the email and mobile number from the previously set session variables and concatenates them into an UPDATE query to change the password. Because both $_POST['email'] and $_POST['contactno'] are inserted into the SQL without sanitization, the entire forgot-password-to-reset-password flow is injectable without authentication.
|
|---|
| Nguồn | ⚠️ https://github.com/usernamevnq/CVEs/issues/8 |
|---|
| Người dùng | n4k3r0 (UID 91985) |
|---|
| Đệ trình | 12/08/2026 12:06 (cách đây 1 tháng) |
|---|
| Kiểm duyệt | 14/09/2026 07:07 (1 month later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 403398 [PHPGurukul Daily Expense Tracker System 1.1 forgot-password.php email/contactno Tiêm SQL] |
|---|
| điểm | 20 |
|---|