CVE-2026-43862
Deferred Deferred - Pending Action
Improper GSSAPI Authentication Handling in Mutt

Publication date: 2026-05-04

Last updated on: 2026-05-04

Assigner: MITRE

Description
In mutt before 2.3.2, the imap_auth_gss security level is mishandled.
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-15
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-843 The product allocates or initializes a resource such as a pointer, object, or variable using one type, but it later accesses that resource using a type that is incompatible with the original type.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Mutt email client before version 2.3.2, specifically in the imap_auth_gss() function. The issue is due to improper handling of the security level data during GSSAPI authentication, including insufficient size checks and incorrect data type usage. This could lead to unsafe memory operations such as buffer overflows or undefined behavior, especially on 64-bit systems where data types were mismatched.

The fix involved adding a check to ensure the token length is at least 4 bytes before processing, and changing the buffer size variable to a proper 32-bit unsigned integer type to match the expected data size, improving memory safety and correctness.

Impact Analysis

This vulnerability can impact you by potentially allowing improper handling of authentication data during IMAP GSSAPI authentication in Mutt. While the CVSS score is relatively low (3.7), indicating limited severity, the improper size and type handling could lead to minor integrity issues or unexpected behavior in the authentication process.

However, there is no indication of confidentiality or availability impact, and the vulnerability requires network access with high attack complexity and no privileges or user interaction.

Detection Guidance

There is no specific information provided about detection methods or commands to identify this vulnerability on your network or system.

Mitigation Strategies

To mitigate this vulnerability, update the Mutt email client to version 2.3.2 or later where the issue in the imap_auth_gss() function has been fixed.

  • Ensure that the fix includes proper size checks to prevent buffer overflows during GSSAPI authentication.
  • Verify that the data types used in the authentication process are correctly handled, particularly the use of 32-bit unsigned integers.
  • Avoid using vulnerable versions of Mutt prior to 2.3.2.
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.

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