Sploitus

Exploit for CVE-2025-5548

kitploit · 2026-08-26

Exploit Code

MARKDOWN30 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-JAVYAN05-CVE-2025-5548
# đź§Ş FreeFloat FTP Server Buffer Overflow Lab (CVE-2025-5548)

![Security](https://img.shields.io/badge/Category-Buffer%20Overflow-red) ![Platform](https://img.shields.io/badge/Platform-Windows-lightgrey) ![Language](https://img.shields.io/badge/Exploit-Python-blue) ![Difficulty](https://img.shields.io/badge/Difficulty-Intermediate-orange)

* * *

## 📌 Beschreibung

Dieses Labor zeigt, wie eine **Stack Buffer Overflow** -Schwachstelle im **FreeFloat FTP Server** ausgenutzt wird, die als **CVE-2025-5548** identifiziert wurde.

Ziel ist es, den vollständigen Exploit-Prozess in anfälligen Windows-Anwendungen zu verstehen, einschließlich:

  * Fuzzing des Dienstes
  * Identifikation des Offsets in **EIP**
  * Kontrolle des AusfĂĽhrungsflusses
  * Identifikation von **bad characters**
  * Lokalisierung von **JMP ESP** -Instruktionen
  * Generierung von **Shellcode**
  * Entwicklung eines funktionsfähigen **Exploits**



Dieses Labor ist zu **Bildungszwecken** konzipiert, um klassische Exploitationstechniken im Arbeitsspeicher zu erlernen.

* * *

## 🎯 Ziele des Labors

Während dieses Labors lernst du: