LiveActive security incident?Get immediate response
CVE Record

CVE-2010-20113: EasyFTP Server list.html path Stack Buffer Overflow

EasyFTP Server 1.7.0.11 and earlier contains a stack-based buffer overflow vulnerability in its HTTP interface. When processing a GET request to list.html, the server fails to properly validate the length of the path parameter. Supplying an excessively long value causes a buffer overflow on the stack, potentially corrupting control flow structures. The vulnerability is exposed through the embedded web server and does not require authentication due to default anonymous access. The issue was resolved in version 1.7.0.12, after which the product was renamed to UplusFtp.

CriticalCVSS 9.3Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

EasyFTP Server 1.7.0.11 and earlier has a critical flaw in its built-in web interface. A specially long path value to list.html can crash or potentially take over the service without login, because anonymous access is enabled by default. Treat any internet-accessible instance as urgent until upgraded or removed.

Executive priority

Prioritize within the next remediation cycle, faster for internet-facing systems. The combination of unauthenticated network reachability, critical impact, and public exploit references creates high operational risk despite no cited active exploitation evidence.

Technical view

This is a CWE-121 stack-based buffer overflow in HTTP GET handling for the list.html path parameter. The bundle reports network, low-complexity, unauthenticated exposure with high confidentiality, integrity, and availability impact, CVSS 4.0 score 9.3. It was resolved in version 1.7.0.12, after which the product was renamed UplusFtp.

Likely exposure

Exposure is limited to organizations still running KMiNT21 EasyFTP Server 1.7.0.11 or earlier, especially where the embedded web server is reachable from untrusted networks. The affected-version metadata in the bundle is inconsistent, so validate installed versions directly.

Exploitation context

The bundle cites public exploit references in Metasploit and Exploit-DB, which indicates practical exploit knowledge is public. It does not cite CISA KEV listing or active exploitation evidence, so active exploitation should not be claimed from these sources alone.

Researcher notes

Focus validation on product/version confirmation and exposed HTTP management surface. Avoid assuming broad product impact beyond EasyFTP Server 1.7.0.11 and earlier. The provided affected metadata appears inconsistent with the narrative, so preserve source caveats in downstream tracking.

Mitigation direction

  • Upgrade EasyFTP Server to version 1.7.0.12 or later vendor successor guidance.
  • Remove unsupported EasyFTP Server instances where upgrade is not possible.
  • Restrict embedded web server access to trusted management networks only.
  • Disable anonymous access if vendor-supported and operationally feasible.
  • Monitor vendor or successor product advisories for additional guidance.

Validation and detection

  • Inventory hosts for EasyFTP Server or UplusFtp installations.
  • Confirm installed versions are not 1.7.0.11 or earlier.
  • Check whether the embedded HTTP interface is reachable externally.
  • Review logs for unusual list.html requests or service crashes.
  • Verify compensating network controls block untrusted access.
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-121: 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-2010-20113 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
Critical
CVSS
9.3 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

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
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total

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
9.3CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:NVulnCheck

Vulnerability scoring details

Base CVSS 4.0 score

9.3Critical
CVSS 4.0 vector shape for CVE-2010-20113Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
KMiNT21 SoftwareEasyFTP Server0unaffected
Weakness

CWE details

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

CWE-121 · source CWE mapping

Stack-based Buffer Overflow

Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.