summaryrefslogtreecommitdiff
path: root/modules/pam_ftp/pam_ftp.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2014-01-24 22:18:32 +0000
committerDmitry V. Levin <ldv@altlinux.org>2014-01-27 13:22:20 +0000
commit57a1e2b274d0a6376d92ada9926e5c5741e7da20 (patch)
tree66385be988ca1ba95c87be6b798c09b09c6514af /modules/pam_ftp/pam_ftp.c
parent91c66ca82063aaab5db9de0bf76f4456b2b11527 (diff)
pam_userdb: fix password hash comparison
Starting with commit Linux-PAM-0-77-28-g0b3e583 that introduced hashed passwords support in pam_userdb, hashes are compared case-insensitively. This bug leads to accepting hashes for completely different passwords in addition to those that should be accepted. Additionally, commit Linux-PAM-1_1_6-13-ge2a8187 that added support for modern password hashes with different lengths and settings, did not update the hash comparison accordingly, which leads to accepting computed hashes longer than stored hashes when the latter is a prefix of the former. * modules/pam_userdb/pam_userdb.c (user_lookup): Reject the computed hash whose length differs from the stored hash length. Compare computed and stored hashes case-sensitively. Fixes CVE-2013-7041. Bug-Debian: http://bugs.debian.org/731368
Diffstat (limited to 'modules/pam_ftp/pam_ftp.c')
0 files changed, 0 insertions, 0 deletions