KVE-2019-0991 영카트Purchase Bypass

This commit is contained in:
thisgun
2019-06-14 09:34:55 +09:00
parent cc19d95955
commit 8797c8cd96
4 changed files with 10 additions and 2 deletions

View File

@ -78,7 +78,7 @@ if ($error != "")
$i_price = (int)$_POST['od_price'];
$i_send_cost = (int)$_POST['od_send_cost'];
$i_send_cost2 = (int)$_POST['od_send_cost2'];
$i_send_coupon = (int)$_POST['od_send_coupon'];
$i_send_coupon = abs((int)$_POST['od_send_coupon']);
$i_temp_point = (int)$_POST['od_temp_point'];