You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Benoit Tellier <bt...@apache.org> on 2022/01/04 05:55:31 UTC

CVE-2021-40111: Apache James IMAP parsing Denial Of Service

Severity: moderate

Description:

While fuzzing with Jazzer the IMAP parsing stack we discover that crafted APPEND and STATUS IMAP command could be used to trigger infinite loops resulting in expensive CPU computations and OutOfMemory exceptions.
This can be used for a Denial Of Service attack. The IMAP user needs to be authenticated to exploit this vulnerability.  This affected Apache James prior to version 3.6.1.

This issue is being tracked as JAMES-3634

Mitigation:

This vulnerability had been patched in Apache James 3.6.1 and higher. We recommend the upgrade.

Credit:

The Apache James PMC would like to thanks Benoit TELLIER for the report.