2 matches found
CVE-2017-9848
SQL injection vulnerability in CInfoService.asmx in WebServices in Easysite 7.0 could allow remote attackers to execute arbitrary SQL commands via an XML document containing a crafted ArticleIDs element within a GetArticleHitsArray element...
easysite内容管理系统某简单粗暴的SQL注入
简要描述: web services是不会骗人的! 大量gov站点采用了easysite内容管理系统。 详细说明: 1.soap注入 easysite webservice 文件: http://www.py.gov.cn/DesktopModules/CInfo/WebService/CInfoService.asmx 2.ArticleIDs参数存在SQL注入漏洞 随便找个放sqlmap里跑吧 POST /DesktopModules/CInfo/WebService/CInfoService.asmx HTTP/1.1 Host: dynamic.xmedu.gov.cn...