diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-06 14:11:35 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2021-01-06 14:11:35 +0000 |
commit | 92fc0b155f0364de1ca3412a6dc8ce7fb9a6ede5 (patch) | |
tree | 0cec8e3aac08501398b4c3d154ba2329a02a3643 | |
parent | sysutils/basu: update to 0.2.0 (diff) |
security/vuxml: add dovecot CVE-2020-24386
PR: 252415
Submitted by: Evilham <contact@evilham.com>
Relnotes: https://dovecot.org/pipermail/dovecot-news/2021-January/000448.html
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index fe98e3c23b90..4e0f9582ccd8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,42 @@ Notes: * Do not forget port variants (linux-f10-libxml2, libxml2, etc.) --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="bd98066d-4ea4-11eb-b412-e86a64caca56"> + <topic>mail/dovecot -- multiple vulnerabilities</topic> + <affects> + <package> + <name>dovecot</name> + <range><lt>2.3.13</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Aki Tuomi reports:</p> + <blockquote cite="https://dovecot.org/pipermail/dovecot-news/2021-January/000450.html"> + <p>When imap hibernation is active, an attacker can cause Dovecot to + discover file system directory structure and access other users' + emails using specially crafted command. + The attacker must have valid credentials to access the + mail server.</p> + </blockquote> + <blockquote cite="https://dovecot.org/pipermail/dovecot-news/2021-January/000451.html"> + <p>Mail delivery / parsing crashed when the 10 000th MIME part was + message/rfc822 (or if parent was multipart/digest). This happened + due to earlier MIME parsing changes for CVE-2020-12100.</p> + </blockquote> + </body> + </description> + <references> + <url>https://dovecot.org/pipermail/dovecot-news/2021-January/000448.html</url> + <cvename>CVE-2020-24386</cvename> + <cvename>CVE-2020-25275</cvename> + </references> + <dates> + <discovery>2020-08-17</discovery> + <entry>2021-01-04</entry> + </dates> + </vuln> + <vuln vid="2739b88b-4b88-11eb-a4c0-08002734b9ed"> <topic>gitea -- multiple vulnerabilities</topic> <affects> |