## https://sploitus.com/exploit?id=E37FB5A9-CFDE-5967-A6ED-A33379096A39
# Telerik Report Server Authentication Bypass - CVE-2024-4358
> **Disclaimer**: This Proof of Concept (POC) is made for educational and ethical testing purposes only. Usage of this tool for attacking targets without prior mutual consent is illegal. It is the end user’s responsibility to obey all applicable local, state, and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.
## Getting Started
### Finding Targets
To find potential targets, use Fofa (similar to Shodan.io):
- **FOFA Dork**: `title="Telerik Report Server"`
### Cloning the Repository
First, clone the repository:
```bash
git clone https://github.com/fa-rrel/CVE-2024-4358/
```
Next chose your target and add it to urls.txt file in this format:
- https://ip_address
Run the Exploit:
```bash
python3 CVE-2024-4358.py -l urls.txt -c id -t 10
```
And results.txt file will save in the folder. now all what you have to do is to connect to with the credentials and look for interesting connection strings to login the DB.
# Reference tools
- https://github.com/verylazytech/CVE-2024-4358