Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2024-7593 PoC — Ivanti Virtual Traffic Manager 安全漏洞

Source
Associated Vulnerability
Title: Ivanti Virtual Traffic Manager 安全漏洞 (CVE-2024-7593)
Description:Incorrect implementation of an authentication algorithm in Ivanti vTM other than versions 22.2R1 or 22.7R2 allows a remote unauthenticated attacker to bypass authentication of the admin panel.
Description
CVE-2024-7593 Ivanti Virtual Traffic Manager 22.2R1 / 22.7R2 Admin Panel Authentication Bypass PoC [EXPLOIT]
Readme
# CVE-2024-7593 Exploit Script

This Bash script serves as a proof of concept (PoC) for exploiting the authentication bypass vulnerability in Ivanti vTM (CVE-2024-7593). It allows users to create a new admin user on the target system.

## Table of Contents

- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Parameters](#parameters)
- [Example](#example)
- [Author](#author)
- [License](#license)

## Prerequisites

Make sure you have the following installed on your system:

- curl: This script uses `curl` to send HTTP requests.

You can check if curl is installed by running:

``bash
command -v curl``


If it's not installed, you can install it using your package manager. For example, on Ubuntu:

``sudo apt-get install curl``

## Usage
To run the script, change permissions to +x and use the following command:

``./CVE-2024-7593.sh -u <host> -p <port>``


``<host>``: The target host (e.g., example.com).

``<port>``: The target port (e.g., 9090).


## Example

``./CVE-2024-7593.sh -u example.com -p 9090``


<img src="https://i.imgur.com/uP5WGqB.png" alt="CVE-2024-7593 PoC Screenshot" />

## Response Handling
If the new user is successfully created, the script will display the login credentials.
If the user creation fails, it will inform you of the failure.



## Author
D3N14LD15K&nbsp;&nbsp;&nbsp;:::&nbsp;&nbsp;&nbsp;D3N14LD15K[at]BUGCROWDNINJA.COM&nbsp;&nbsp;&nbsp;:::&nbsp;&nbsp;&nbsp;X.COM/D3N14LD15K



## Disclaimer
This proof of concept is for educational purposes only. You are responsible for your own use of this script.
File Snapshot

Log in to view the POC file snapshot cached by Shenlong Bot

Log in to view
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →