VYPR
Unrated severityNVD Advisory· Published Jan 25, 2018· Updated Sep 17, 2024

CVE-2017-15132

CVE-2017-15132

Description

A flaw was found in dovecot 2.0 up to 2.2.33 and 2.3.0. An abort of SASL authentication results in a memory leak in dovecot's auth client used by login processes. The leak has impact in high performance configuration where same login processes are reused and can cause the process to crash due to memory exhaustion.

AI Insight

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

Members only

The AI Insight narrative is available to signed-in members. Sign in or create a free account to read it.

Affected products

11

Patches

Members only

Discovered fix commits and diffs is available to signed-in members. Sign in or create a free account to read it.

Vulnerability mechanics

Root cause

"An abort of SASL authentication results in a memory leak in dovecot's auth client."

Attack vector

An attacker can trigger this vulnerability by aborting the SASL authentication process. This can occur during various authentication flows, such as with IMAP. The vulnerability is triggered when the authentication is aborted, leading to a failure to properly release allocated memory.

Affected code

The vulnerability exists in the `auth_client_request_abort()` function within the file `src/lib-auth/auth-client-request.c`. The patch modifies this function by adding a single line of code.

What the fix does

The patch introduces a call to `pool_unref(&request->pool)` within the `auth_client_request_abort()` function. This ensures that the memory pool associated with the authentication request is properly deallocated when the authentication is aborted. Previously, this deallocation was missing, causing a memory leak.

Preconditions

  • configThe system must be configured in a high-performance manner where login processes are reused.
  • authSASL authentication must be initiated.

Generated on Jun 5, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

7

News mentions

0

No linked articles in our index yet.