## https://sploitus.com/exploit?id=302E6D3C-AA99-594B-A3EB-BE5E06BE1FB0
# CVE-2024-44000-LiteSpeed-Cache
CVE-2024-44000 is a vulnerability in the LiteSpeed Cache plugin, a popular WordPress plugin. This vulnerability affects session management in LiteSpeed Cache, allowing attackers to gain unauthorized access to sensitive data.
## Preview
![Screenshot CVE-2024-44000-LiteSpeed-Cache](https://github.com/user-attachments/assets/84f1af47-b367-44f4-ad34-122c6d599119)
## How to use ?
```
git clone https://github.com/ifqygazhar/CVE-2024-44000-LiteSpeed-Cache.git
```
move to directory
```
cd CVE-2024-44000-LiteSpeed-Cache
```
## Run tool
```
python CVE-2024-44000 -f file-url-List.txt -o result.txt
```
## DORK
```
inurl:/wp-content/plugins/litespeed-cache
inurl:/wp-content/debug.log
```
## Disclaimer
**Important:** Exploiting vulnerabilities without permission is illegal and unethical. This script is intended for **educational and testing purposes only**. Use it only with explicit consent from the system owner.
## Reference modify code from
[https://github.com/absholi7ly/CVE-2024-44000-LiteSpeed-Cache](absholi7ly/CVE-2024-44000-LiteSpeed-Cache)