GLSA Advocate

Joined: 12 May 2004 Posts: 2663
|
Posted: Fri Dec 01, 2006 12:26 am Post subject: [ GLSA 200611-26 ] ProFTPD: Remote execution of arbitrary co |
|
|
Gentoo Linux Security Advisory
Title: ProFTPD: Remote execution of arbitrary code (GLSA 200611-26)
Severity: high
Exploitable: remote
Date: November 30, 2006
Bug(s): #154650
ID: 200611-26
Synopsis
ProFTPD is affected by mutiple vulnerabilities allowing for the remote execution of arbitrary code.
Background
ProFTPD is a highly-configurable FTP server.
Affected Packages
Package: net-ftp/proftpd
Vulnerable: < 1.3.0a
Unaffected: >= 1.3.0a
Architectures: All supported architectures
Description
Evgeny Legerov discovered a stack-based buffer overflow in the s_replace() function in support.c, as well as a buffer overflow in in the mod_tls module. Additionally, an off-by-two error related to the CommandBufferSize configuration directive was reported.
Impact
An authenticated attacker could exploit the s_replace() vulnerability by uploading a crafted .message file or sending specially crafted commands to the server, possibly resulting in the execution of arbitrary code with the rights of the user running ProFTPD. An unauthenticated attacker could send specially crafted data to the server with mod_tls enabled which could result in the execution of arbitrary code with the rights of the user running ProFTPD. Finally, the off-by-two error related to the CommandBufferSize configuration directive was fixed - exploitability of this error is disputed. Note that the default configuration on Gentoo is to run ProFTPD as an unprivileged user, and has mod_tls disabled.
Workaround
There is no known workaround at this time.
Resolution
All ProFTPD users should upgrade to the latest version: Code: | # emerge --sync
# emerge --ask --oneshot --verbose ">=net-ftp/proftpd-1.3.0a" |
References
CVE-2006-5815
CVE-2006-6170
CVE-2006-6171 (disputed) |
|