Share
## https://sploitus.com/exploit?id=08ED7CD5-D935-528F-BF75-90B75583DA06
# CVE-2024-34444 - Slider Revolution Missing Authorization Scanner
[](https://www.python.org/downloads/)
[](LICENSE)
[](https://nvd.nist.gov/vuln/detail/CVE-2024-34444)
[](https://github.com/dzmind2312/CVE-2024-34444)
**Professional mass scanner for CVE-2024-34444 affecting Slider Revolution WordPress plugin < 6.7.0**

## ๐ฏ Description
CVE-2024-34444 is a **Missing Authorization** vulnerability in the Slider Revolution WordPress plugin (versions < 6.7.0). This scanner automates the detection and exploitation of vulnerable installations through the REST API endpoint `/wp-json/revslider/v1/slider/save`.
### Technical Details
- **CVE ID**: CVE-2024-34444
- **CVSS Score**: 7.5 (High)
- **Plugin**: Slider Revolution (Premium WordPress plugin)
- **Affected Versions**: < 6.7.0
- **Attack Vector**: Network (Unauthenticated)
- **CWE**: CWE-862 (Missing Authorization)
**Vulnerability Chain:**
1. Extract `revslider_actions` nonce from frontend (publicly accessible)
2. Use nonce to bypass `check_nonce()` in REST API
3. Modify slider data without authentication
4. Chain with XSS (CVE-2024-34443) for full RCE
---
## ๐ Features
- โ
**Multi-threaded scanning** (1-100 threads)
- โ
**Professional UI** with Rich console (colors, progress bar, tables)
- โ
**DZ Mind Injector banner** (ASCII art)
- โ
**Automatic version detection** via `readme.txt`
- โ
**Nonce extraction** from multiple JS patterns
- โ
**Real-time notifications** of vulnerable targets
- โ
**Verbose mode** (`-v`) for detailed logging
- โ
**Output file** (`-o`) to save results
- โ
**Statistics table** with percentages
- โ
**Single target** or **mass scanning** support
---
## ๐ฆ Installation
### Requirements
- Python 3.8+
- pip3
### Clone & Install
```bash
git clone https://github.com/dzmind2312/CVE-2024-34444.git
cd CVE-2024-34444
pip3 install -r requirements.txt
# Single target
python3 exploit.py -u https://target.com
# Single target with verbose
python3 exploit.py -u https://target.com -v
# Mass scan from list
python3 exploit.py -l targets.txt -t 20
# Mass scan with output file
python3 exploit.py -l sites.txt -t 50 -o vulnerable.txt
# Full example with all options
python3 exploit.py -l targets.txt -t 100 -o results.txt -v