LiveActive security incident?Get immediate response
CVE Record

CVE-2011-10005: EasyFTP MKD Command buffer overflow

A vulnerability, which was classified as critical, was found in EasyFTP 1.7.0.2. Affected is an unknown function of the component MKD Command Handler. The manipulation leads to buffer overflow. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used. The identifier of this vulnerability is VDB-250716.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

EasyFTP 1.7.0.2 has a remotely reachable buffer overflow in its MKD command handling. An attacker with valid access to the service could potentially crash it or alter program behavior. The public sources say exploit material exists, but they do not show active exploitation or a confirmed vendor fix.

Executive priority

Treat this as a legacy-service risk that needs inventory and containment, not as a confirmed active campaign. Prioritize systems exposed to untrusted authenticated users or the internet, and replace the software if no supported fix is available.

Technical view

CVE-2011-10005 is a CWE-120 buffer overflow in the EasyFTP 1.7.0.2 MKD command handler. CVSS v2 is 6.5 with network access, low complexity, and single authentication required. Reported impacts are partial confidentiality, integrity, and availability loss.

Likely exposure

Exposure is most likely in environments still running EasyFTP 1.7.0.2, especially where the FTP service is reachable by users outside a trusted administration boundary. The source bundle does not identify other affected versions, CPEs, or bundled downstream products.

Exploitation context

VulDB states the exploit has been publicly disclosed and may be used, and Exploit-DB is listed as a reference. The bundle does not identify CISA KEV listing or observed active exploitation. Authentication is required based on the CVSS vector and permissions-required reference.

Researcher notes

The evidence names only EasyFTP 1.7.0.2 and the MKD command handler. Public exploit availability raises validation urgency, but the provided sources do not establish active exploitation, patch status, or precise vulnerable code paths beyond a buffer overflow classification.

Mitigation direction

  • Identify and retire EasyFTP 1.7.0.2 where possible.
  • Check vendor or maintainer guidance for an upgrade or replacement path.
  • Restrict FTP access to trusted networks and required users only.
  • Remove unused FTP services from internet exposure.
  • Monitor service crashes or suspicious authenticated FTP activity.

Validation and detection

  • Inventory hosts for EasyFTP 1.7.0.2 installations.
  • Confirm whether FTP is externally reachable or broadly reachable internally.
  • Review user accounts with FTP access to affected systems.
  • Check logs for unusual MKD command activity or service instability.
  • Verify compensating network controls around any remaining service.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-120: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2011-10005 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.5Medium
CVSS 2.0 vector shape for CVE-2011-10005Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:P/I:P/A:P

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aEasyFTP1.7.0.2Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-120 · source CWE mapping

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

Buffer Copy without Checking Size of Input ('Classic Buffer Overflow') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.