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-2025-5548 — Security research and technical analysis of CVE-2025-5548, a buffer overflow vulnerability affecting FreeFloat FTP Server 1.0. This repository documents vulnerability behavior, attack surface, controlled proof of concept testing, and defensive insights within a structured research environment for cybersecurity learning and analysis. | Kitploit
Tools/GitHubGitHub/mk017-hk/cve-2025-5548
Vulnerability AnalysisExploitationFuzzingPenetration TestingLearning & EducationBinary Exploitation
GitHubmk017-hk/cve-2025-5548

CVE-2025-5548

View Repository
214 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →

About

Security research and technical analysis of CVE-2025-5548, a buffer overflow vulnerability affecting FreeFloat FTP Server 1.0. This repository documents vulnerability behavior, attack surface, controlled proof of concept testing, and defensive insights within a structured research environment for cybersecurity learning and analysis.

Share

CVE-2025-5548

Security research and technical analysis of CVE-2025-5548, a buffer overflow vulnerability affecting FreeFloat FTP Server 1.0.

This repository documents vulnerability behaviour, attack surface analysis, controlled proof of concept testing, and defensive observations within a safe lab environment.


Overview

CVE-2025-5548 is a buffer overflow vulnerability in FreeFloat FTP Server 1.0 triggered through the NOOP command.

Improper bounds checking on user supplied input allows an attacker to send an oversized payload which can corrupt process memory within the FTP service.

Because the service is network accessible and does not require authentication, exploitation may be performed remotely.


Vulnerability Details

FieldValue
VulnerabilityBuffer Overflow
ProtocolFTP
Affected SoftwareFreeFloat FTP Server 1.0
Attack VectorRemote
Authentication RequiredNo
User InteractionNone
TriggerOversized NOOP command
CWECWE-120 Classic Buffer Overflow

Impact

Possible outcomes include:

  • Denial of Service
  • Service crash
  • Memory corruption
  • Potential remote code execution depending on operating system protections and memory layout

Repository Structure

root@kitploit:~
CVE-2025-5548/
├── poc/
│   └── crash_poc.py
├── docs/
│   ├── analysis.md
│   ├── notes.md
│   └── screenshots/
├── pcaps/
│   └── noop_overflow_capture.pcap
├── README.md
└── LICENSE
Download Tool