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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-4220 PoC — Chamilo LMS 安全漏洞

Source
Associated Vulnerability
Title:Chamilo LMS 安全漏洞 (CVE-2023-4220)
Description:Chamilo LMS是Chamilo协会的一套开源的在线学习和协作系统。该系统支持创建教学内容、远程培训和在线答题等。 Chamilo LMS v1.11.24 版本及之前版本存在安全漏洞,该漏洞源于 “/main/inc/lib/javascript/bigupload/inc/bigUpload.php”页面存在大文件上传功能存在不受限制的文件上传。
Readme
# Chamilo-LMS-CVE-2023-4220-Exploit

## Description


This exploit demonstrates an Unrestricted file upload vulnerability in Chamilo-LMS. The vulnerability affects the big file upload functionality located at:
```
/main/inc/lib/javascript/bigupload/inc/bigUpload.php
```

**Affected Versions**: Chamilo LMS <= v1.11.24

The vulnerability allows arbitrary files to be uploaded to:
```
/main/inc/lib/javascript/bigupload/files/
```

## Vulnerability POC

### Step 1: Initial Setup
First, make the exploit executable and view usage information:
```bash
chmod +x CVE-2023-4220.sh
./CVE-2023-4220.sh
```

### Step 2: Execute Exploit
Run the exploit with required parameters:
```bash
./CVE-2023-4220.sh -f reverse_file -h host_link -p port_in_the_reverse_file
```

### Step 3: Verification
Verify the uploaded file at:
```
http://target.test/main/inc/lib/javascript/bigupload/files/
```

## Usage

### Command Options
- `-f`: Specify the file to upload
- `-h`: Target host URL
- `-p`: Port number for connection

### Example Usage
```bash
./CVE-2023-4220.sh -f shell.php -h http://target.test -p 4444
```

## Important Notes

- Tool for security research only
- Obtain proper authorization before testing
- Test only in authorized environments
- Follow responsible disclosure practices

## Technical Details

The vulnerability exists in the file upload mechanism of Chamilo LMS that fails to properly validate uploaded files in the big file upload functionality.

### Affected Component
```
/main/inc/lib/javascript/bigupload/inc/bigUpload.php
```

### File Storage Location
```
/main/inc/lib/javascript/bigupload/files/
```


## References

- [CVE-2023-4220](https://nvd.nist.gov/vuln/detail/CVE-2023-4220)
- [Chamilo LMS Official Documentation](#)

File Snapshot

[4.0K] /data/pocs/217ce625008eb7739373aa1e103f347411e8d12d ├── [1.7K] README.md └── [3.0K] script.sh 0 directories, 2 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.