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
Tools/GitHubGitHub/sonalisarkar-2003/ftp-vsftpd-cve-2011-2523-vapt-report
Exploit FrameworksVulnerability AnalysisExploitationInformation GatheringPost-ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHub
sonalisarkar-2003/ftp-vsftpd-cve-2011-2523-vapt-report

FTP-vsFTPD-CVE-2011-2523-VAPT-Report

VAPT report for vsFTPd 2.3.4 backdoor CVE-2011-2523, covering Nmap vulnerability scanning, Metasploit exploitation, post-exploitation root access, and remediation.

View Repository
929 days 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

vsFTPD CVE-2011-2523 VAPT REPORT

Target: Metasploitable 2

Tester: Security Analyst

Date: 24th June 2026

Scope: Internal Lab Testing (Kali Linux → Metasploitable 2)

📌Executive Summary

A vulnerability scanning was performed using Nmap vulnerability scanning script against the Metasploitable 2 machine. The scan identified a critical vulnerability in the FTP service (vsFTPd 2.3.4 backdoor) as vulnerable to CVE-2011-2523.

The vulnerability was then successfully exploited using the Metasploit Framework, resulting in a Meterpreter session with root privileges.

Overall Risk Level: 🔴 Critical

🎯Objective

• Identify open ports, services and versions.

• Detect vulnerabilities.

• Perform exploitation

• Assess impact

• Recommend remediation

🧪Methodology

PhaseDescription
ReconnaissanceIdentified target system
ScanningPerformed vulnerability scanning
EnumerationDetected services and versions
ExploitationExploited by accessing Meterpreter session
Post-ExploitationConfirmed root access

🖥️Lab Setup

MachineIP AddressRole
Kali Attacker192.168.56.101Attacker
Metasploitable 2192.168.56.103Target

🔎Findings

🔴 Vulnerability Details

~ CVE ID: CVE-2011-2523

~ Affected Service: vsFTPd 2.3.4

~ Type: Backdoor Command Execution

~ Description: A malicious backdoor was introduced into the vsFTPd 2.3.4 source code. When a username ending with :) is used during login, the service opens a shell on port 6200, granting root access to the attacker.

Exploitability: High

Impact: Remote root shell access

Severity: Critical (CVSS 10.0)

📡Evidence

Vulnerability scanning: image

Exploitation using msfconsole: image

Setting Target and Local Host: image

Root access Gained: image

💻 Exploitation Steps

• Executed Nmap vulnerability scanning script in Kali attacker using command:

nmap -–script vuln 192.168.56.103

• Detected vsFTPd 2.3.4 backdoor vulnerability (CVE 2011 2523) on port 21/tcp.

• Opened Metasploitable Framework using msfconsole

• Searched for the exploit module using search vsftp.

• Selected the exploit with backdoor vulnerability.

• Set the Target and Local host

RHOST= 192.168.56.103

LHOST= 192.168.56.101

• Run the exploit and a meterpreter session is opened with Root access on target system.

⚠️ Impact

• Complete system compromise with root privileges.

• Ability to manipulate files, directories, and processes.

• Potential for lateral movement across the network.

🛠️Remediation

• Remove vsFTPd 2.3.4 and replace with a secure version (e.g., vsFTPd 3.x)

• Ensure all services are updated to the latest versions.

• If not required, disable FTP entirely and use secure alternatives like SFTP/SSH.

📌Conclusion

The vulnerability CVE-2011-2523 allows attackers to gain unauthorized root access, making it a critical security risk. Proper patching and service hardening are essential to mitigate such threats.

Download Tool