| 标题 | Github Warehouse Management System V1.0 SQL Injection |
|---|
| 描述 | WMS is an enterprise warehouse management system, and there is an SQL injection vulnerability in the wms/bloom/master/src/chkuser.php file.
Cause of vulnerability
Directly concatenate user input: The code concatenates $this ->name (from $-POST [username]) directly into the SQL query string without any filtering/escaping: Although the trim() function is used, trim() can only remove spaces and cannot defend against SQL injection. |
|---|
| 来源 | ⚠️ https://github.com/FeMiner/wms/issues/43 |
|---|
| 用户 | qiahao (UID 95509) |
|---|
| 提交 | 2026-02-11 15時13分 (4 月前) |
|---|
| 管理 | 2026-02-23 14時52分 (12 days later) |
|---|
| 状态 | 重复 |
|---|
| VulDB条目 | 341628 [FeMiner wms 直到 9cad1f1b179a98b9547fd003c23b07c7594775fa /src/chkuser.php 用户名 SQL注入] |
|---|
| 积分 | 0 |
|---|