CVE-2011-10010: QuickShare File Server 1.2.1 Path Traversal RCE
QuickShare File Server 1.2.1 contains a path traversal vulnerability in its FTP service due to improper sanitation of user-supplied file paths. Authenticated users can exploit this flaw by submitting crafted sequences to access or write files outside the intended virtual directory. When the "Writable" option is enabled (default during account creation), this allows attackers to upload arbitrary files to privileged locations such as system32, enabling remote code execution via MOF injection or executable placement.
Security readout for executives and security teams
Plain-English summary
QuickShare File Server 1.2.1 can let a logged-in FTP user escape their assigned folder. If write access is enabled, they may place files in sensitive Windows locations, creating a route to remote code execution.
Executive priority
Prioritize remediation for any reachable deployment because the impact is full host compromise after authenticated access. If the product is no longer business-critical, decommissioning is likely lower risk than preserving a legacy FTP service.
Technical view
The FTP service improperly sanitizes user-supplied paths, enabling CWE-22 path traversal. Authenticated users can read or write outside the virtual directory. With the default Writable account option enabled, file placement in privileged locations can lead to code execution.
Likely exposure
Exposure is likely limited to legacy QuickShare File Server 1.2.1 deployments, especially Windows hosts exposing FTP to users, partners, or the internet. Source version metadata is sparse, so CPE-only inventory may miss it.
Exploitation context
Public exploit references exist, including Metasploit and Exploit-DB entries. The supplied bundle does not show CISA KEV listing or confirmed active exploitation, so treat weaponization as public but active exploitation as unproven here.
Researcher notes
The CVE record was published in 2025 for a 2011 product issue. The bundle names QuickShare File Server 1.2.1, but affected CPE/version data is incomplete, so validation should combine asset discovery, configuration review, and service exposure checks.
Mitigation direction
Identify and remove any exposed QuickShare File Server 1.2.1 instances.
Upgrade to the vendor-released 1.2.2 patch where applicable.
Disable Writable access for accounts unless explicitly required.
Restrict FTP access to trusted networks or VPN paths.
Decommission unsupported QuickShare deployments if patching is not viable.
Validation and detection
Inventory hosts for QuickShare File Server and confirm exact version.
Review FTP account settings for Writable access.
Check whether the FTP service is reachable externally.
Inspect sensitive directories for unexpected uploaded files.
Review logs for authenticated traversal-like file access patterns.
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 · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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.
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.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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
7Source 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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.