KVE-2018-0684 영카트 XSS 취약점 수정
This commit is contained in:
@ -35,6 +35,7 @@ if( $bn_bimg || $bn_bimg_name ){
|
||||
}
|
||||
|
||||
$bn_url = clean_xss_tags($bn_url);
|
||||
$bn_alt = function_exists('clean_xss_attributes') ? clean_xss_attributes(strip_tags($bn_alt)) : strip_tags($bn_alt);
|
||||
|
||||
if ($w=="")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user