
Performed a Full & Fast vulnerability assessment using OpenVAS against Metasploitable2, identified the critical vsftpd Backdoor vulnerability (CVE-2011-2523), and developed containment, remediation, and incident response documentation.
This project demonstrates a complete Vulnerability Assessment and Incident Response workflow using OpenVAS (Greenbone Vulnerability Manager) in a controlled cybersecurity lab environment.
The assessment targeted Metasploitable2 and identified a Critical Vulnerability — vsftpd Compromised Source Packages Backdoor (CVE-2011-2523).
The project simulates real-world SOC Analyst, Security Analyst, and Vulnerability Management responsibilities including:
✔ Configure OpenVAS Vulnerability Scanner
✔ Perform Vulnerability Assessment
✔ Analyze Critical Security Findings
✔ Investigate CVE-2011-2523
✔ Assess Risk & Security Impact
✔ Develop Remediation Strategy
✔ Produce Incident Response Documentation
Host Machine
│
├── Kali Linux
│ └── OpenVAS Scanner
│
└── Metasploitable2
└── Vulnerable Target
Identify the target IP address.

Validate connectivity between Kali Linux and the vulnerable target.

Navigate:
Configuration → Targets
Create target using the Metasploitable2 IP address.

Navigate:
Scans → Tasks
Create and launch a vulnerability scan.
Configuration used:
Full and Fast

Track:

Review vulnerability findings and identified security issues.
Navigate:
Scans → Reports

Review severity distribution identified during scanning.

Analyze vulnerable network services and exposed ports.

Review vulnerable applications detected by OpenVAS.

Review discovered CVEs and severity scoring.

The vulnerability affects a maliciously modified version of the Very Secure FTP Daemon (vsftpd).
The compromised source package introduces hidden backdoor functionality inside the FTP service.
When triggered, the service creates an unauthorized shell listener on TCP Port 6200, allowing attackers to gain:
Reconnaissance
↓
FTP Enumeration
↓
Backdoor Trigger
↓
TCP/6200 Listener Activation
↓
Remote Command Execution
↓
System Compromise
Successful exploitation may result in:

| Technique | Description |
|---|---|
| T1190 | Exploit Public Facing Application |
| T1059 | Command Execution |
| T1105 | Ingress Tool Transfer |
The project follows a NIST-style Incident Response lifecycle.
OpenVAS identified a Critical FTP Service Vulnerability affecting the target host.
Recommended actions:
Recommended remediation actions:
Perform:
Implement:
✔ Disable vulnerable FTP service
✔ Restrict ports 21/TCP and 6200/TCP
✔ Review system and authentication logs
✔ Validate package integrity
✔ Re-scan after remediation
Final validation and project cleanup activities.

Additional supporting documentation:
Nitin Sukthe
Cybersecurity | Cloud Security | AI Security | Vulnerability Management
| Component | Technology |
|---|
| Host Platform | VirtualBox / VMware |
| Attacker Machine | Kali Linux |
| Vulnerability Scanner | OpenVAS / Greenbone |
| Target Machine | Metasploitable2 |
| Assessment Type | Internal Vulnerability Assessment |
| Scan Profile | Full & Fast |
| Field | Value |
|---|
| Vulnerability | vsftpd Compromised Source Packages Backdoor |
| CVE | CVE-2011-2523 |
| Severity | Critical |
| CVSS Score | 9.8 |
| Ports | 21/TCP, 6200/TCP |
| Service | FTP / vsftpd |