CVE-2010-20034
BaseFortify
Publication date: 2025-08-21
Last updated on: 2025-08-22
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| gekko_manager | ftp_client | 0.77 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-121 | A stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function). |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a stack-based buffer overflow in the Gekko Manager FTP Client version 0.77 and earlier. It occurs in the FTP directory listing parser when processing a server response to the LIST command. The client does not properly validate the length of filenames in the response, allowing a crafted response with an overly long filename to overwrite the Structured Exception Handler (SEH). This can potentially allow an attacker to execute remote code.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to execute arbitrary code remotely on the affected system by sending a specially crafted FTP server response. This could lead to unauthorized control over the system, data compromise, or further attacks.