| 标题 | itsourcecode Sales and Inventory System v1.0 SQL Injection |
|---|
| 描述 | Sales and Inventory System 1.0 by itsourcecode contains an authenticated SQL injection vulnerability in /pages/us_searchfrm.php via the id parameter. The application concatenates $_GET['id'] directly into a SQL query without sanitization, type validation, or prepared statements. In the official source package, the vulnerable code appears in /pages/us_searchfrm.php where the query ends with WHERE ID ='.$_GET['id']; and is then executed by mysqli_query().
The page is reachable after login through links in /pages/user.php that reference us_searchfrm.php?id=... . Although the page contains a client-side redirect for low-privileged users, the SQL query is still constructed and executed on the server side. A logged-in attacker can inject arbitrary SQL into the id parameter, which may lead to unauthorized access to database contents and disclosure or modification of sensitive information.
This report is limited to /pages/us_searchfrm.php and the id parameter in Sales and Inventory System 1.0. |
|---|
| 来源 | ⚠️ https://github.com/wakakakaaaaha/vuln/issues/1 |
|---|
| 用户 | Racosmo (UID 100207) |
|---|
| 提交 | 2026-07-29 17時42分 (1 月前) |
|---|
| 管理 | 2026-09-07 21時25分 (1 month later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 399671 [itsourcecode Sales and Inventory System 1.0 /pages/us_searchfrm.php mysqli_query 标识符 SQL注入] |
|---|
| 积分 | 20 |
|---|