Vulnerabilities > CVE-2009-5141 - USE of Externally-Controlled Format String vulnerability in Jgaa Warftpd 1.8.2

047910
CVSS 4.0 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
SINGLE
Confidentiality impact
NONE
Integrity impact
NONE
Availability impact
PARTIAL
network
low complexity
jgaa
CWE-134
exploit available

Summary

Format string vulnerability in War FTP Daemon (warftpd) 1.82 RC 12 allows remote authenticated users to cause a denial of service (crash) via format string specifiers in a LIST command.

Vulnerable Configurations

Part Description Count
Application
Jgaa
1

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Format String Injection
    An attacker includes formatting characters in a string input field on the target application. Most applications assume that users will provide static text and may respond unpredictably to the presence of formatting character. For example, in certain functions of the C programming languages such as printf, the formatting character %s will print the contents of a memory location expecting this location to identify a string and the formatting character %n prints the number of DWORD written in the memory. An attacker can use this to read or write to memory locations or files, or simply to manipulate the value of the resulting text in unexpected ways. Reading or writing memory may result in program crashes and writing memory could result in the execution of arbitrary code if the attacker can write to the program stack.
  • String Format Overflow in syslog()
    This attack targets the format string vulnerabilities in the syslog() function. An attacker would typically inject malicious input in the format string parameter of the syslog function. This is a common problem, and many public vulnerabilities and associated exploits have been posted.

Exploit-Db

descriptionWarFTPd 1.82.00-RC12 (LIST command) Format String DoS Exploit. CVE-2009-5141. Dos exploit for windows platform
fileexploits/windows/dos/9622.py
idEDB-ID:9622
last seen2016-02-01
modified2009-09-10
platformwindows
port
published2009-09-10
reportercorelanc0d3r
sourcehttps://www.exploit-db.com/download/9622/
titleWarFTPd 1.82.00-RC12 LIST command Format String DoS Exploit
typedos