KVE-2018-1772, 1808, 1817 취약점 수정

This commit is contained in:
thisgun
2018-12-12 16:58:22 +09:00
parent 013b67a63b
commit e620f6aafa
13 changed files with 29 additions and 14 deletions

View File

@ -6,7 +6,7 @@ if (G5_IS_MOBILE) {
return;
}
$it_id = trim($_GET['it_id']);
$it_id = get_search_string(trim($_GET['it_id']));
include_once(G5_LIB_PATH.'/iteminfo.lib.php');