From ba062ca5b62809106d5a2f7df942ffcb44ecb5a9 Mon Sep 17 00:00:00 2001 From: thisgun Date: Thu, 1 Sep 2022 16:08:08 +0900 Subject: [PATCH] =?UTF-8?q?[KVE-2022-0981]=20=EA=B7=B8=EB=88=84=EB=B3=B4?= =?UTF-8?q?=EB=93=9C=20Reflected=20XSS=20=EC=B7=A8=EC=95=BD=EC=A0=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/faq.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bbs/faq.php b/bbs/faq.php index d34da00f2..39774f07d 100644 --- a/bbs/faq.php +++ b/bbs/faq.php @@ -18,6 +18,7 @@ while ($row=sql_fetch_array($result)) } if (isset($fm_id) && $fm_id){ + $fm_id = (int) $fm_id; $qstr .= '&fm_id=' . $fm_id; // 마스터faq key_id }