| 제목 | 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. PM 05:42 (1 월 ago) |
|---|
| 모더레이션 | 2026. 09. 07. PM 09:25 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 399671 [itsourcecode Sales and Inventory System 1.0 /pages/us_searchfrm.php mysqli_query 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|