Bugzilla – Attachment #16171: wu-ftpd-CAN-2004-0148.diff for bug #49995
pw->pw_name, pw->pw_dir);
goto bad;
#else
if (chdir("/") < 0) {
if (restricted_user || chdir("/") < 0) {
#ifdef VERBOSE_ERROR_LOGING
syslog(LOG_NOTICE, "FTP LOGIN FAILED (cannot chdir) for %s, %s",
remoteident, pw->pw_name);
wu-ftpd (2.6.2-3woody3) stable-security; urgency=high
* Non-maintainer upload by the Security Team
* Fix bug allowing restricted users to escape from their home dir by denying
themselves access to it (CAN-2004-0148)
-- Matt Zimmerman <mdz@debian.org> Tue, 24 Feb 2004 13:05:42 -0800
wu-ftpd (2.6.2-3woody2) stable-security; urgency=high