CVE-2026-43863
Deferred Deferred - Pending Action
Infinite Loop in Mutt Email Client

Publication date: 2026-05-04

Last updated on: 2026-05-04

Assigner: MITRE

Description
mutt before 2.3.2 has an infinite loop in data_object_to_stream in crypt-gpgme.c.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-04
Last Modified
2026-05-04
Generated
2026-06-16
AI Q&A
2026-05-04
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
muttmua mutt to 2.3.2 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-253 The product incorrectly checks a return value from a function, which prevents it from detecting errors or exceptional conditions.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is an infinite loop in the mutt email client, specifically in the function data_object_to_stream within the crypt-gpgme.c file. The problem arises because the code does not properly handle a -1 return value from a read operation, causing the loop to continue indefinitely.

As a result, the program may print excessively beyond the intended buffer size into the stream, which can lead to memory corruption or other unintended behaviors.

Compliance Impact

The provided information does not specify any direct impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Impact Analysis

The infinite loop can cause the mutt email client to hang or become unresponsive due to the continuous looping.

Additionally, the excessive printing beyond the buffer size may lead to memory corruption, which could potentially be exploited to cause crashes or other unpredictable behavior in the application.

Mitigation Strategies

To mitigate this vulnerability, you should update the mutt email client to a version later than 2.3.2 where the infinite loop issue in the gpgme data_object_to_stream() function has been fixed.

The fix involves handling the -1 return value from a read operation properly to prevent the infinite loop and potential memory corruption.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-43863. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart