Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2018-2894 — cve-2018-2894 不同别人的利用方法。 | Kitploit
Tools/GitHubGitHub/111ddea/cve-2018-2894
Payload GenerationVulnerability AnalysisExploitationScripting & AutomationWeb Application ExploitationPenetration Testing
GitHub111ddea/cve-2018-2894

cve-2018-2894

cve-2018-2894 不同别人的利用方法。

View Repository
1558 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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.
Alt text

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

Alt text

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.
Alt text

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

Download Tool