| タイトル | PHPGurukul Daily Expense Tracker System 1.1 SQL Injection |
|---|
| 説明 | The PHPGurukul Daily Expense Tracker System login page contains an unauthenticated SQL Injection vulnerability that allows authentication bypass without valid credentials. The login form accepts an email and password from the user, hashes the password with MD5, and constructs a SQL query by directly concatenating both values into the query string. Because the email parameter is not sanitized or parameterized before insertion into the SQL statement, an attacker can inject SQL operators that bypass the password verification entirely. This grants unauthorized access to the application as any registered user.
|
|---|
| ソース | ⚠️ https://github.com/usernamevnq/CVEs/issues/4 |
|---|
| ユーザー | n4k3r0 (UID 91985) |
|---|
| 送信 | 2026年08月12日 11:23 (1 月 ago) |
|---|
| モデレーション | 2026年09月14日 07:07 (1 month later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 403396 [PHPGurukul Daily Expense Tracker System 1.1 Login /dets/index.php email SQLインジェクション] |
|---|
| ポイント | 20 |
|---|