| 제목 | Online Graduate Tracer System sexit.php sql injection |
|---|
| 설명 | Online Graduate Tracer System sexit.php sql injection
url:tracking/admin/sexit.php
Abstract:
Line 142 of sexit.php invokes a SQL query built using unvalidated input. This call could allow an attacker to modify the statement’s meaning or to execute arbitrary SQL commands.
Explanation:
SQL injection errors occur when:
Data enters a program from an untrusted source.
The data is used to dynamically construct a SQL query.
In this case the data is passed to mysqli_query() in sexit.php at line 142.
Download Code:
https://www.sourcecodester.com/php/15904/online-graduate-tracer-system-college-ict-alumni.html |
|---|
| 원천 | ⚠️ https://blog.csdn.net/weixin_43864034/article/details/132508000 |
|---|
| 사용자 | trutle965 (UID 53355) |
|---|
| 제출 | 2023. 08. 26. AM 03:41 (3 연령 ago) |
|---|
| 모더레이션 | 2023. 08. 26. PM 05:53 (14 hours later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 238154 [SourceCodester Online Graduate Tracer System 1.0 sexit.php mysqli_query 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|