Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2020-2555 — Weblogic com.tangosol.util.extractor.ReflectionExtractor 远程代码执行 | Kitploit
工具/GitHubGitHub/y4er/cve-2020-2555
漏洞分析漏洞利用Web应用程序漏洞利用Payload 开发
GitHuby4er/cve-2020-2555

CVE-2020-2555

Weblogic com.tangosol.util.extractor.ReflectionExtractor 远程代码执行

查看仓库
1775613年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2020-2555

Weblogic com.tangosol.util.extractor.ReflectionExtractor RCE

com.supeream.CVE_2020_2555

root@kitploit:~
/*
 * author:Y4er.com
 *
 * gadget:
 *      BadAttributeValueExpException.readObject()
 *          com.tangosol.util.filter.LimitFilter.toString()
 *              com.tangosol.util.extractor.ChainedExtractor.extract()
 *                  com.tangosol.util.extractor.ReflectionExtractor.extract()
 *                      Method.invoke()
 *                      ...
 *                      Runtime.getRuntime.exec()
 */

要求

此漏洞仅在 JDK 8u76 且无安全管理器时有效,因为 BadAttributeValueExpException 位于此: https://github.com/JetBrains/jdk8u_jdk/commit/af2361ee2878302012214299036b3a8b4ed36974#diff-f89b1641c408b60efe29ee513b3d22ffR70 请将 coherence.jar 替换为对应 weblogic 版本的 jar 包,否则会出现 serialVersionUID 不一致的错误。

仅在 Centos jdk8u202 Weblogic 12.2.1.4 上测试过。

参考

  1. https://www.thezdi.com/blog/2020/3/5/cve-2020-2555-rce-through-a-deserialization-bug-in-oracles-weblogic-server
  2. https://www.youtube.com/watch?v=VzmZTYbm4Zw
  3. https://github.com/5up3rc/weblogic_cmd/
下载工具