## https://sploitus.com/exploit?id=AF74F769-5931-56BD-B265-83242D2991A8
# Telerik Report Server Authentication Bypass - CVE-2024-4358
[![My Shop](https://img.shields.io/badge/My%20Shop-verylazytech-%23FFDD00?style=flat&logo=buy-me-a-coffee&logoColor=yellow)](https://buymeacoffee.com/verylazytech/extras)
[![Medium](https://img.shields.io/badge/Medium-%40verylazytech-%231572B6?style=flat&logo=medium&logoColor=white)](https://medium.com/@verylazytech)
[![Github](https://img.shields.io/badge/Github-verylazytech-%23181717?style=flat&logo=github&logoColor=white)](https://github.com/verylazytech)
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-verylazytech-%23FFDD00?style=flat&logo=buy-me-a-coffee&logoColor=yellow)](https://buymeacoffee.com/verylazytech)
## Overview
In Progress Telerik Report Server, version 2024 Q1 (10.0.24.305) or earlier, on IIS, an unauthenticated attacker can gain access to Telerik Report Server restricted functionality via an authentication bypass vulnerability.
**Read about it** โ [CVE-2024-4358](https://vulners.com/cve/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"`
![Alt text](POC1.png)
### Cloning the Repository
First, clone the repository:
```bash
git clone https://github.com/verylazytech/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 exploit.py -l urls.txt -c id -t 10
```
![Alt text](POC2.png)
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.