diff options
author | delphij <delphij@FreeBSD.org> | 2007-12-30 17:35:29 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-12-30 17:35:29 +0800 |
commit | afbfc6499afa887acc1921461f804c8e12f6844a (patch) | |
tree | c37bf739cdf1edbafa2793e25f65a1a6ca3e69ea /security | |
parent | b9812979038d144ad3a267792d659a57c362e891 (diff) | |
download | freebsd-ports-gnome-afbfc6499afa887acc1921461f804c8e12f6844a.tar.gz freebsd-ports-gnome-afbfc6499afa887acc1921461f804c8e12f6844a.tar.zst freebsd-ports-gnome-afbfc6499afa887acc1921461f804c8e12f6844a.zip |
Document dovecot specific LDAP + auth cache configuration may mix up user logins vulnerability
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index b40fda1faae0..3989ee93ce92 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,36 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="cf484358-b5d6-11dc-8de0-001c2514716c"> + <topic>dovecot -- Specific LDAP + auth cache configuration may mix up user logins</topic> + <affects> + <package> + <name>dovecot</name> + <range><lt>1.0.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Dovecot reports:</p> + <blockquote cite="http://www.dovecot.org/list/dovecot-news/2007-December/000057.html"> + <p>If two users with the same password and same pass_filter + variables log in within auth_cache_ttl seconds (1h by default), + the second user may get logged in with the first user's cached + pass_attrs. For example if pass_attrs contained the user's + home/mail directory, this would mean that the second user will + be accessing the first user's mails.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.dovecot.org/list/dovecot-news/2007-December/000057.html</url> + </references> + <dates> + <discovery>2007-12-21</discovery> + <entry>2007-12-29</entry> + </dates> + </vuln> + <vuln vid="4aab7bcd-b294-11dc-a6f0-00a0cce0781e"> <topic>gallery2 -- multiple vulnerabilities</topic> <affects> |