ID CVE-2014-1441
Summary Core FTP Server 1.2 before build 515 allows remote attackers to cause a denial of service (reachable assertion and crash) via an AUTH SSL command with malformed data, as demonstrated by pressing the enter key twice.
References
Vulnerable Configurations
  • cpe:2.3:a:coreftp:core_ftp:1.2:*:*:*:*:*:*:*
    cpe:2.3:a:coreftp:core_ftp:1.2:*:*:*:*:*:*:*
CVSS
Base: 4.3 (as of 02-05-2014 - 15:11)
Impact:
Exploitability:
CWE CWE-362
CAPEC
  • Leveraging Race Conditions
    The adversary targets a race condition occurring when multiple processes access and manipulate the same resource concurrently, and the outcome of the execution depends on the particular order in which the access takes place. The adversary can leverage a race condition by "running the race", modifying the resource and modifying the normal execution flow. For instance, a race condition can occur while accessing a file: the adversary can trick the system by replacing the original file with his version and cause the system to read the malicious file.
  • Leveraging Time-of-Check and Time-of-Use (TOCTOU) Race Conditions
    This attack targets a race condition occurring between the time of check (state) for a resource and the time of use of a resource. A typical example is file access. The adversary can leverage a file access race condition by "running the race", meaning that they would modify the resource between the first time the target program accesses the file and the time the target program uses the file. During that period of time, the adversary could replace or modify the file, causing the application to behave unexpectedly.
Access
VectorComplexityAuthentication
NETWORK MEDIUM NONE
Impact
ConfidentialityIntegrityAvailability
NONE NONE PARTIAL
cvss-vector via4 AV:N/AC:M/Au:N/C:N/I:N/A:P
refmap via4
confirm http://coreftp.com/forums/viewtopic.php?t=2985707
fulldisc 20140205 Core FTP Server Vulnerabilities
misc http://packetstormsecurity.com/files/125073/Core-FTP-Server-1.2-DoS-Traversal-Disclosure.html
osvdb 102966
secunia 56850
Last major update 02-05-2014 - 15:11
Published 02-05-2014 - 01:59
Last modified 02-05-2014 - 15:11
Back to Top