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-2011-2523 — Python exploit for vsftpd 2.3.4 - Backdoor Command Execution | Kitploit
Tools/GitHubGitHub/bolivarj/cve-2011-2523
Exploit FrameworksVulnerability AnalysisExploitationPenetration TestingRemote Access ToolPayload Development
GitHubbolivarj/cve-2011-2523

CVE-2011-2523

Python exploit for vsftpd 2.3.4 - Backdoor Command Execution

View Repository
41 year 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 →
Share

CVE-2011-2523 — vsFTPd 2.3.4 Backdoor Exploit

This repository contains a Python-based exploit targeting a maliciously backdoored version of vsFTPd 2.3.4. Unlike traditional vulnerabilities, this backdoor was introduced by an unauthorized modification of the official binary hosted on the vsFTPd site in 2011.

🧠 Vulnerability Overview

  • The compromised binary listens on port 6200 after receiving a specially crafted username.
  • Triggering the backdoor spawns a remote shell with root privileges.
  • The exploit is only effective against the backdoored binary, not against legitimate versions of vsFTPd.

⚙️ Requirements

Ensure the following dependencies are installed:

root@kitploit:~
sudo apt update
sudo apt install python3

📦 Installation

root@kitploit:~
git clone https://github.com/BolivarJ/CVE-2011-2523.git
cd CVE-2011-2523
chmod +x exploit.py

🚀 Usage

root@kitploit:~
python3 exploit.py <TARGET_IP>
image

📚 References

  • CVE-2011-2523
  • Original vsFTP advisory
Download Tool