ProFTPD: Multiple vulnerabilities
1.
Gentoo Linux Security Advisory
Version Information
| Advisory Reference |
GLSA 200903-27 / proftpd |
| Release Date |
March 12, 2009 |
| Latest Revision |
March 12, 2009: 01 |
| Impact |
normal |
| Exploitable |
remote |
| Package |
Vulnerable versions |
Unaffected versions |
Architecture(s) |
| net-ftp/proftpd |
<
1.3.2 |
>=
1.3.2 |
All supported architectures
|
Related bugreports:
#258450
Synopsis
Two vulnerabilities in ProFTPD might allow for SQL injection attacks.
2.
Impact Information
Background
ProFTPD is an advanced and very configurable FTP server.
Description
The following vulnerabilities were reported:
-
Percent characters in the username are not properly handled, which
introduces a single quote character during variable substitution by
mod_sql (CVE-2009-0542).
-
Some invalid, encoded multibyte characters are not properly handled in
mod_sql_mysql and mod_sql_postgres when NLS support is enabled
(CVE-2009-0543).
Impact
A remote attacker could send specially crafted requests to the server,
possibly resulting in the execution of arbitrary SQL statements.
3.
Resolution Information
Workaround
There is no known workaround at this time.
Resolution
All ProFTPD users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync
# emerge --ask --oneshot --verbose ">=net-ftp/proftpd-1.3.2"
|
4.
References
|