Bugzilla – Attachment 16202 Details for
Bug 49995
VUL-0: CVE-2004-0148: wuftpd: break chroot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
adopted CAN-2004-0148 diff for wu-ftpd-2.6.0 in sles7
wu-ftpd-2.6.0-CAN-2004-0148.dif (text/plain), 335 bytes, created by
Marius Tomaschewski
on 2004-02-26 18:08:05 UTC
(
hide
)
Description:
adopted CAN-2004-0148 diff for wu-ftpd-2.6.0 in sles7
Filename:
MIME Type:
Creator:
Marius Tomaschewski
Created:
2004-02-26 18:08:05 UTC
Size:
335 bytes
patch
obsolete
>--- src/ftpd.c >+++ src/ftpd.c 2004/02/26 10:04:21 >@@ -3097,7 +3097,7 @@ > 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);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 49995
:
16170
|
16171
| 16202