aboutsummaryrefslogtreecommitdiff
path: root/security/vuxml/vuln-2021.xml
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2021-09-01 13:17:57 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2021-09-01 13:22:35 +0000
commite15f422dd6a8326d8c9cbf8927b4a8c5315ac001 (patch)
treef3df9b7e072dfbdfb25d29f8cd7281f7097f3109 /security/vuxml/vuln-2021.xml
parent70db31c6148a83fc0bab87e83300683dbb74c70f (diff)
downloadports-e15f422dd6a8326d8c9cbf8927b4a8c5315ac001.tar.gz
ports-e15f422dd6a8326d8c9cbf8927b4a8c5315ac001.zip
security/vuxml: Document cyrus-imapd vulnerability.
Diffstat (limited to 'security/vuxml/vuln-2021.xml')
-rw-r--r--security/vuxml/vuln-2021.xml40
1 files changed, 40 insertions, 0 deletions
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>