| 标题 | PHPGurukul Daily Expense Tracker System 1.1 SQL Injection |
|---|
| 描述 | 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.
|
|---|
| 来源 | ⚠️ https://github.com/usernamevnq/CVEs/issues/8 |
|---|
| 用户 | n4k3r0 (UID 91985) |
|---|
| 提交 | 2026-08-12 12時06分 (1 月前) |
|---|
| 管理 | 2026-09-14 07時07分 (1 month later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 403398 [PHPGurukul Daily Expense Tracker System 1.1 forgot-password.php email/contactno SQL注入] |
|---|
| 积分 | 20 |
|---|