ID CVE-2007-5184
Summary Format string vulnerability in the SMBDirList function in dirlist.c in SmbFTPD 0.96 allows remote attackers to execute arbitrary code via format string specifiers in a directory name.
References
Vulnerable Configurations
  • cpe:2.3:a:smbftpd:smbftpd:0.96:*:*:*:*:*:*:*
    cpe:2.3:a:smbftpd:smbftpd:0.96:*:*:*:*:*:*:*
CVSS
Base: 7.5 (as of 15-10-2018 - 21:41)
Impact:
Exploitability:
CWE CWE-134
CAPEC
  • 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.
  • Format String Injection
    An adversary 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 adversary 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 adversary can write to the program stack.
Access
VectorComplexityAuthentication
NETWORK LOW NONE
Impact
ConfidentialityIntegrityAvailability
PARTIAL PARTIAL PARTIAL
cvss-vector via4 AV:N/AC:L/Au:N/C:P/I:P/A:P
refmap via4
bid 25871
bugtraq 20071001 smbftpd 0.96 format string vulnerability
confirm http://sourceforge.net/project/shownotes.php?release_id=543077
exploit-db 4478
misc http://debork.se/poc/001_smbftpd.c
osvdb 41385
secunia 27014
vupen ADV-2007-3311
xf smbftpd-smbdirlist-format-string(36893)
Last major update 15-10-2018 - 21:41
Published 03-10-2007 - 14:17
Last modified 15-10-2018 - 21:41
Back to Top