VYPR
Unrated severityNVD Advisory· Published Sep 1, 2021· Updated Aug 3, 2024

CVE-2021-33582

CVE-2021-33582

Description

Cyrus IMAP before 3.4.2 allows remote attackers to cause a denial of service (multiple-minute daemon hang) via input that is mishandled during hash-table interaction. Because there are many insertions into a single bucket, strcmp becomes slow. This is fixed in 3.4.2, 3.2.8, and 3.0.16.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A hash-table collision vulnerability in Cyrus IMAP before 3.4.2/3.2.8/3.0.16 allows remote attackers to cause a denial of service (multiple-minute daemon hang) via slow strcmp.

Vulnerability

The vulnerability resides in the Cyrus IMAP daemon's hash-table implementation, where crafted input can cause many entries to be inserted into a single hash bucket. This results in extremely slow string comparisons (strcmp) as the bucket list grows, leading to a denial of service. Affected versions include all Cyrus IMAP releases prior to 3.4.2, 3.2.8, and 3.0.16 [1][3].

Exploitation

An attacker with network access to the Cyrus IMAP service can send specially crafted input that forces numerous entries into one hash bucket. No authentication is required. The attack causes the daemon to spend multiple minutes performing comparisons, effectively hanging it and denying service to legitimate users.

Impact

Successful exploitation results in a denial of service, where the Cyrus IMAP daemon becomes unresponsive for an extended period (multiple minutes). There is no impact on confidentiality or integrity; only availability is affected.

Mitigation

This vulnerability is fixed in Cyrus IMAP versions 3.4.2, 3.2.8, and 3.0.16 [1][3]. Users should upgrade to one of these releases. No workarounds are documented in the available references.

AI Insight generated on May 27, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

7

News mentions

0

No linked articles in our index yet.