git: e15f422dd6a8 - main - security/vuxml: Document cyrus-imapd vulnerability.
Hajimu UMEMOTO
ume at FreeBSD.org
Wed Sep 1 13:22:53 UTC 2021
The branch main has been updated by ume:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e15f422dd6a8326d8c9cbf8927b4a8c5315ac001
commit e15f422dd6a8326d8c9cbf8927b4a8c5315ac001
Author: Hajimu UMEMOTO <ume at FreeBSD.org>
AuthorDate: 2021-09-01 13:17:57 +0000
Commit: Hajimu UMEMOTO <ume at FreeBSD.org>
CommitDate: 2021-09-01 13:22:35 +0000
security/vuxml: Document cyrus-imapd vulnerability.
---
security/vuxml/vuln-2021.xml | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/security/vuxml/vuln-2021.xml b/security/vuxml/vuln-2021.xml
index 05558c5ee1cf..970a48531564 100644
--- a/security/vuxml/vuln-2021.xml
+++ b/security/vuxml/vuln-2021.xml
@@ -1,3 +1,43 @@
+ <vuln vid="3d915d96-0b1f-11ec-8d9f-080027415d17">
+ <topic>cyrus-imapd -- multiple-minute daemon hang via input that is mishandled during hash-table interaction</topic>
+ <affects>
+ <package>
+ <name>cyrus-imapd34</name>
+ <range><lt>3.4.2</lt></range>
+ </package>
+ <package>
+ <name>cyrus-imapd32</name>
+ <range><lt>3.2.8</lt></range>
+ </package>
+ <package>
+ <name>cyrus-imapd30</name>
+ <range><lt>3.0.16</lt></range>
+ </package>
+ <package>
+ <name>cyrus-imapd25</name>
+ <name>cyrus-imapd24</name>
+ <name>cyrus-imapd23</name>
+ </package>
+ </affects>
+ <description>
+ <body xmlns="http://www.w3.org/1999/xhtml">
+ <p>Cyrus IMAP 3.4.2 Release Notes states:</p>
+ <blockquote cite="https://www.cyrusimap.org/imap/download/release-notes/3.4/x/3.4.2.html">
+ <p>Fixed CVE-2021-33582: Certain user inputs are used as hash table keys during processing. A poorly chosen string hashing algorithm meant that the user could control which bucket their data was stored in, allowing a malicious user to direct many inputs to a single bucket. Each subsequent insertion to the same bucket requires a strcmp of every other entry in it. At tens of thousands of entries, each new insertion could keep the CPU busy in a strcmp loop for minutes.
+The string hashing algorithm has been replaced with a better one, and now also uses a random seed per hash table, so malicious inputs cannot be precomputed.</p>
+ </blockquote>
+ </body>
+ </description>
+ <references>
+ <cvename>CVE-2021-33582</cvename>
+ <url>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33582</url>
+ </references>
+ <dates>
+ <discovery>2021-05-26</discovery>
+ <entry>2021-09-01</entry>
+ </dates>
+ </vuln>
+
<vuln vid="6c22bb39-0a9a-11ec-a265-001b217b3468">
<topic>Gitlab -- Vulnerabilities</topic>
<affects>
More information about the dev-commits-ports-all
mailing list