| タイトル | itsourcecode ehicle-management-system-project v1.0 SQL Injection |
|---|
| 説明 | The Vehicle Management System Project V1.0 is vulnerable to a critical SQL Injection vulnerability located in the billaction.php file.
The application implements a billing functionality that processes trip costs; however, it fails to perform adequate security validation on user-supplied data. The script retrieves the id parameter via a GET request and multiple variables (including username, total_km, oil_cost, extra_cost, and total_cost) via POST requests. These values are directly concatenated into an INSERT SQL statement without any sanitization or the use of parameterized queries.
|
|---|
| ソース | ⚠️ https://github.com/wan1yan/cve/issues/4 |
|---|
| ユーザー | wanyan (UID 95221) |
|---|
| 送信 | 2026年02月09日 10:31 (3 月 ago) |
|---|
| モデレーション | 2026年02月20日 15:27 (11 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 347105 [itsourcecode Vehicle Management System 1.0 /billaction.php 識別子 SQLインジェクション] |
|---|
| ポイント | 20 |
|---|