Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-4358 — Authentication Bypass Vulnerability — CVE-2024–4358 — Telerik Report Server 2024 | Kitploit
Tools/GitHubGitHub/verylazytech/cve-2024-4358
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAuthenticationLearning & Education
GitHubverylazytech/cve-2024-4358

CVE-2024-4358

Authentication Bypass Vulnerability — CVE-2024–4358 — Telerik Report Server 2024

View Repository
12531 year agoNot yet reviewed
Website

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Telerik Report Server Authentication Bypass - CVE-2024-4358

My Shop Medium Github Buy Me A Coffee

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

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

Cloning the Repository

First, clone the repository:

root@kitploit:~
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:

root@kitploit:~
python3 exploit.py -l urls.txt  -c id -t 10

Alt text

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.

Download Tool