LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10035: Turbo FTP Server 1.30.823/826 PORT Command Buffer Overflow

Turbo FTP Server versions 1.30.823 and 1.30.826 contain a buffer overflow vulnerability in the handling of the PORT command. By sending a specially crafted payload, an unauthenticated remote attacker can overwrite memory structures and execute arbitrary code with SYSTEM privileges.

CriticalCVSS 10Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

TurboFTP Server 1.30.823 and 1.30.826 can be compromised remotely through FTP without a password. The reported impact is full code execution with SYSTEM privileges, which could give an attacker control of the Windows host. Exposure matters mainly where these old versions still run, especially on internet-facing FTP services.

Executive priority

Treat as urgent where affected versions are present, especially on internet-facing systems. The business concern is full host compromise without authentication. If no affected instances exist, priority shifts to documenting that finding and ensuring legacy FTP is not reintroduced.

Technical view

The issue is a CWE-120 buffer overflow in PORT command handling. The CVSS 4.0 vector indicates network access, low complexity, no privileges, no user interaction, and high impact across confidentiality, integrity, and availability. The source bundle names only TurboFTP Server 1.30.823 and 1.30.826 as affected.

Likely exposure

Organizations are likely exposed only if they still operate TurboSoft TurboFTP Server versions 1.30.823 or 1.30.826. Risk is highest for externally reachable FTP services. The provided affected list marks other versions as unaffected by default, but environments should verify actual installed versions and service exposure.

Exploitation context

The source bundle cites public exploit references from Rapid7 Metasploit and Exploit-DB, so proof-of-concept or exploit material is public. CISA KEV status is false in the bundle, and no cited source here establishes active exploitation in the wild.

Researcher notes

Evidence is strong for affected versions, vulnerability class, impact, and public exploit availability. The bundle does not name a vendor patch, fixed version, or official mitigation. Avoid assuming broader TurboFTP impact beyond versions 1.30.823 and 1.30.826 without additional vendor evidence.

Mitigation direction

  • Identify and retire TurboFTP Server 1.30.823 and 1.30.826 instances.
  • Check TurboSoft or trusted vendor guidance for supported upgrade or replacement paths.
  • Restrict FTP exposure to trusted networks while remediation is planned.
  • Disable the service where it is not business-critical.
  • Monitor affected hosts for suspicious FTP activity and privilege abuse.

Validation and detection

  • Inventory FTP services and confirm TurboFTP Server product and version.
  • Check external attack surface for internet-exposed FTP endpoints.
  • Review asset records for legacy Windows hosts running TurboFTP Server.
  • Correlate FTP logs with unusual crashes, restarts, or authentication bypass patterns.
  • Confirm remediation by rechecking versions and network reachability.
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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2012-10035 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
10 (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:H/SI:H/SA:H

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

Vulnerability scoring details

Base CVSS 4.0 score

10Critical
CVSS 4.0 vector shape for CVE-2012-10035Attack 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:H/SI:H/SA:H

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
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
TurboSoft, Inc.TurboFTP Server1.30.823, 1.30.826unaffected
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.