Logo
componentdovecot
Name
dovecot
Version
2.4.4
Type
library
Description
Dovecot is an open source IMAP and POP3 email server
Licenses
LGPL-2.1-only & MIT & Unicode-3.0 & BSD-3-Clause & PD
PURL
-
CPE
cpe:2.3:*:dovecot:dovecot:2.4.4:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
2.3.14
scarthgap
2.3.21.1

Patches#


#
Title
Author
Resolve
1
configure.ac: convert AC_TRY_RUN to AC_TRY_LINK statements
Li xin <lixin.fnst@cn.fujitsu.com>
2
adapt lua_newstate to new api
Gyorgy Sarvari <skandigraun@gmail.com>
3
m4: Check for libunwind instead of libunwind-generic
Khem Raj <raj.khem@gmail.com>

Vulnerabilities#


Name
Analysis
Description
Not Affected
If auth_username_chars is empty, it is possible to inject arbitrary LDAP filter to Dovecot's LDAP authentication. This leads to potentially bypassing restrictions and allows probing of LDAP structure. Do not clear out auth_username_chars, or install fixed version. No publicly available exploits are known.
Not Affected
Dovecot OTP authentication is vulnerable to replay attack under specific conditions. If auth cache is enabled, and username is altered in passdb, then OTP credentials can be cached so that same OTP reply is valid. An attacker able to observe an OTP exchange is able to log in as the user. If authentication happens over unsecure connection, switch to SCRAM protocol. Alternatively ensure the communcations are secured, and if possible switch to OAUTH2 or SCRAM. No publicly available exploits are known.
Not Affected
Dovecot SQL based authentication can be bypassed when auth_username_chars is cleared by admin. This vulnerability allows bypassing authentication for any user and user enumeration. Do not clear auth_username_chars. If this is not possible, install latest fixed version. No publicly available exploits are known.
Not Affected
When dovecot has been configured to use per-domain passwd files, and they are placed one path component above /etc, or slash has been added to allowed characters, path traversal can happen if the domain component is directory partial. This allows inadvertently reading /etc/passwd (or some other path which ends with passwd). If this file contains passwords, it can be used to authenticate wrongly, or if this is userdb, it can unexpectly make system users appear valid users. Upgrade to fixed version, or use different authentication scheme that does not rely on paths. Alternatively you can also ensure that the per-domain passwd files are in some other location, such as /etc/dovecot/auth/%d. No publicly available exploits are known.
Not Affected
Dovecot has provided a script to use for attachment to text conversion. This script unsafely handles zip-style attachments. Attacker can use specially crafted OOXML documents to cause unintended files on the system to be indexed and subsequently ending up in FTS indexes. Do not use the provided script, instead, use something else like FTS tika. No publicly available exploits are known.
False Positive
A postinstall script in the dovecot rpm allows local users to read the contents of newly created SSL/TLS key files.