Skip to content

Commit

Permalink
release notes for 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Aug 4, 2021
1 parent 2f6a471 commit c2ea7ee
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docsrc/imap/download/release-notes/3.4/x/3.4.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
:tocdepth: 3

==============================
Cyrus IMAP 3.4.2 Release Notes
==============================

Download from GitHub:

* https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.2/cyrus-imapd-3.4.2.tar.gz
* https://github.com/cyrusimap/cyrus-imapd/releases/download/cyrus-imapd-3.4.2/cyrus-imapd-3.4.2.tar.gz.sig

.. _relnotes-3.4.2-changes:

Changes since 3.4.1
===================

Security fixes:
---------------

* 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.

Discovered by Matthew Horsfall, Fastmail

.. _CVE-2021-33582: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33582

Build changes
-------------

* Fixed :issue:`3527`: build problems when `--without-sieve` configured

Bug fixes
---------

* Fixed: missing CY namespace in some DAV responses
* Fixed: don't allow JMAP uploads if the user does not have r/w access to any
mailbox/calendar/addressbook
* Fixed: Email/query sometimes chose the wrong search algorithm
* Fixed :issue:`3488`: LMTP delivery to shared mailboxes was broken
* Fixed :issue:`3528`: 'lookup' ACL alone was not allowing IMAP LIST
* Fixed: RTF message bodies were treated as plain text in search snippets

0 comments on commit c2ea7ee

Please sign in to comment.