| 标题 | 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分 (4 月前) |
|---|
| 管理 | 2026-02-20 15時27分 (11 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 347105 [itsourcecode Vehicle Management System 1.0 /billaction.php 标识符 SQL注入] |
|---|
| 积分 | 20 |
|---|