CVE-2010-10014
BaseFortify
Publication date: 2025-08-20
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 |
|---|---|---|
| odin | secure_ftp | 4.1 |
| odin | secure_ftp_expert | 6.6.2 |
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 Odin Secure FTP version 4.1 and earlier. It occurs when the client parses directory listings received from an FTP LIST command. A malicious FTP server can send an excessively long filename in the directory listing, which overflows a fixed-size stack buffer in the client and overwrites the Structured Exception Handler (SEH). This allows remote attackers to execute arbitrary code on the client system.
How can this vulnerability impact me? :
This vulnerability can allow remote attackers to execute arbitrary code on the client system by exploiting the buffer overflow. This could lead to unauthorized control over the affected system, potentially resulting in data theft, system compromise, or further attacks originating from the compromised client.