Skip to content

verylazytech/CVE-2024-23692

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

POC - Unauthenticated RCE Flaw in Rejetto HTTP File Server - CVE-2024-23692

My Shop Medium Github Buy Me A Coffee

Overview

CVE-2024-23692 is a critical vulnerability in Rejetto HTTP File Server (HFS) version 2.3m, allowing unauthenticated remote code execution (RCE).

This flaw enables attackers to execute arbitrary code on the server, posing significant security risks. In this post, we examine Rejetto HFS, the affected versions, the impact of the vulnerability, and the timeline of its discovery and remediation.

Read about itCVE-2024-23692

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: "HttpFileServer" && server=="HFS 2.3m"

Alt text

Cloning the Repository

First, clone the repository:

git clone https://github.com/verylazytech/CVE-2024-23692

Run the Exploit:

./CVE-2024-23692.sh <Target:port>  <cmd>

Alt text