| 제목 | Micro-mall vulnerabilities windows 1.0 SQL injection |
|---|
| 설명 | Find the source code from GitHub and start a source code audit.
SQL injection
The following code as shown in the figure was found in api/data.php.
$search = isset($_GET['search']) ? $_GET['search'] :0;
$sql = "M_id='{$mao['id']}' and name LIKE '%{$search}%'";
The SQL injection was successfully carried out using sqlmap.
|
|---|
| 원천 | ⚠️ https://www.jianshu.com/p/22d3ae38e628?v=1742101731758 |
|---|
| 사용자 | leizi (UID 82832) |
|---|
| 제출 | 2025. 03. 16. AM 06:26 (1 년도 ago) |
|---|
| 모더레이션 | 2025. 03. 29. PM 08:33 (14 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 302004 [Bluestar Micro Mall 1.0 /api/data.php 검색 SQL 주입] |
|---|
| 포인트들 | 19 |
|---|