## https://sploitus.com/exploit?id=313DB74B-1C7D-5E84-925C-DA6C834996D5
# Xibo CMS CVE-2023-33177 Vulnerability Tester
[](https://www.python.org/downloads/)
[](LICENSE)
Automated security testing tool for **CVE-2023-33177** - Zip Slip Path Traversal vulnerability in Xibo CMS that leads to Remote Code Execution (RCE).
## โ ๏ธ Disclaimer
> **This tool is for educational and authorized testing purposes only.**
> Only use on systems you own or have explicit permission to test.
> Unauthorized testing is illegal and unethical.
## ๐ Description
Xibo CMS versions **1.8.0-2.3.16** and **3.0.0-3.3.4** are vulnerable to a path traversal attack via the layout import functionality. This tool safely tests if your Xibo instance is vulnerable by attempting to write a harmless test file.
### Vulnerability Details
- **CVE ID**: CVE-2023-33177
- **Type**: Zip Slip Path Traversal โ Remote Code Execution
- **Impact**: Authenticated attackers can write arbitrary files to the web server
- **Fix**: Upgrade to Xibo CMS 3.3.5+ or 2.3.17+
## ๐ Features
- โ Non-destructive testing (only reads /etc/passwd for verification)
- โ Automatic authentication handling
- โ Safe payload generation
- โ Clear vulnerability reporting
- โ Automatic cleanup of test files
- โ Works with HTTP/HTTPS
## ๐ฆ Installation
```bash
# Clone the repository
git clone https://github.com/yourusername/xibo-cve-2023-33177-tester.git
cd xibo-cve-2023-33177-tester
# Install requirements
pip install -r requirements.txt# -CVE-2023-33177-